Skip to content

Commit

Permalink
Fix DTrace support
Browse files Browse the repository at this point in the history
* Adjust to name changes in object files for openjdk12.
  • Loading branch information
battleblow committed Mar 29, 2019
1 parent 6df23da commit e624902
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions make/hotspot/lib/JvmDtraceObjects.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ ifeq ($(call check-jvm-feature, dtrace), true)
ciEnv.o \
classLoadingService.o \
compileBroker.o \
gcVMOperations.o \
hashtable.o \
instanceKlass.o \
java.o \
Expand All @@ -186,18 +187,17 @@ ifeq ($(call check-jvm-feature, dtrace), true)
thread.o \
unsafe.o \
vmThread.o \
vmGCOperations.o \
)

ifeq ($(call check-jvm-feature, cmsgc), true)
DTRACE_INSTRUMENTED_OBJS += $(addprefix $(JVM_OUTPUTDIR)/objs/, \
vmCMSOperations.o \
cmsVMOperations.o \
)
endif

ifeq ($(call check-jvm-feature, parallelgc), true)
DTRACE_INSTRUMENTED_OBJS += $(addprefix $(JVM_OUTPUTDIR)/objs/, \
vmPSOperations.o \
psVMOperations.o \
)
endif

Expand Down

0 comments on commit e624902

Please sign in to comment.