8199339: JDK-8198859 broke solaris x64
Reviewed-by: ihse
This commit is contained in:
parent
97a42c860f
commit
7152a20473
@ -160,7 +160,9 @@ ifeq ($(call check-jvm-feature, dtrace), true)
|
|||||||
> $(DTRACE_SUPPORT_DIR)/$(@F).d))
|
> $(DTRACE_SUPPORT_DIR)/$(@F).d))
|
||||||
$(call ExecuteWithLog, $@, $(DTRACE) $(DTRACE_FLAGS) -o $@ \
|
$(call ExecuteWithLog, $@, $(DTRACE) $(DTRACE_FLAGS) -o $@ \
|
||||||
-s $(DTRACE_SUPPORT_DIR)/$(@F).d)
|
-s $(DTRACE_SUPPORT_DIR)/$(@F).d)
|
||||||
$(call ExecuteWithLog, $@.elfedit, $(ELFEDIT) $(call GetElfeditCommands) $@)
|
ifeq ($(OPENJDK_TARGET_CPU_ARCH), sparc)
|
||||||
|
$(call ExecuteWithLog, $@.elfedit, $(ELFEDIT) $(call GetElfeditCommands) $@)
|
||||||
|
endif
|
||||||
|
|
||||||
############################################################################
|
############################################################################
|
||||||
# Build the stand-alone dtrace libraries
|
# Build the stand-alone dtrace libraries
|
||||||
|
Loading…
x
Reference in New Issue
Block a user