make/hotspot/lib/JvmDtraceObjects.gmk
changeset 53683 48ff68e2fe5c
parent 52876 2d17750d41e7
child 55017 5dc15cb1405c
--- a/make/hotspot/lib/JvmDtraceObjects.gmk	Thu Feb 07 10:26:32 2019 +0100
+++ b/make/hotspot/lib/JvmDtraceObjects.gmk	Thu Feb 07 12:35:45 2019 +0100
@@ -24,7 +24,7 @@
 #
 
 ifeq ($(call check-jvm-feature, dtrace), true)
-  ifeq ($(OPENJDK_TARGET_OS), solaris)
+  ifeq ($(call isTargetOs, solaris), true)
 
     ############################################################################
     # Integrate with libjvm. Here we generate two object files which are
@@ -131,7 +131,7 @@
 	    > $(DTRACE_SUPPORT_DIR)/$(@F).d))
 	$(call ExecuteWithLog, $@, $(DTRACE) $(DTRACE_FLAGS) -o $@ \
 	    -s $(DTRACE_SUPPORT_DIR)/$(@F).d)
-        ifeq ($(OPENJDK_TARGET_CPU_ARCH), sparc)
+        ifeq ($(call isTargetCpuArch, sparc), true)
 	  $(call ExecuteWithLog, $@.elfedit, $(ELFEDIT) $(call GetElfeditCommands) $@)
         endif