src/hotspot/share/gc/g1/g1GCPhaseTimes.hpp
changeset 54669 ad45b3802d4e
parent 54465 c4f16445675a
child 54713 040bf087ae39
--- a/src/hotspot/share/gc/g1/g1GCPhaseTimes.hpp	Wed May 01 12:41:26 2019 -0400
+++ b/src/hotspot/share/gc/g1/g1GCPhaseTimes.hpp	Wed May 01 12:31:29 2019 -0700
@@ -55,9 +55,8 @@
     SystemDictionaryRoots,
     CLDGRoots,
     JVMTIRoots,
-#if INCLUDE_AOT
-    AOTCodeRoots,
-#endif
+    AOT_ONLY(AOTCodeRoots COMMA)
+    JVMCI_ONLY(JVMCIRoots COMMA)
     CMRefRoots,
     WaitForStrongCLD,
     WeakCLDRoots,