# HG changeset patch # User erikj # Date 1520532796 -3600 # Node ID 2478f56cf409dca4ddbcbe1a1d00fc17304de103 # Parent 6aaf3aef2d67e3e95e64e7b85c672fa4ce6e7bb7 8199339: JDK-8198859 broke solaris x64 Reviewed-by: ihse diff -r 6aaf3aef2d67 -r 2478f56cf409 make/hotspot/lib/CompileDtracePostJvm.gmk --- a/make/hotspot/lib/CompileDtracePostJvm.gmk Thu Mar 08 18:51:31 2018 +0100 +++ b/make/hotspot/lib/CompileDtracePostJvm.gmk Thu Mar 08 19:13:16 2018 +0100 @@ -160,7 +160,9 @@ > $(DTRACE_SUPPORT_DIR)/$(@F).d)) $(call ExecuteWithLog, $@, $(DTRACE) $(DTRACE_FLAGS) -o $@ \ -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