src/hotspot/share/gc/g1/g1GCPhaseTimes.hpp
changeset 53818 d85b3066ad22
parent 53536 482109fae02b
child 53846 fe95464806a7
--- a/src/hotspot/share/gc/g1/g1GCPhaseTimes.hpp	Tue Feb 19 10:04:53 2019 +0100
+++ b/src/hotspot/share/gc/g1/g1GCPhaseTimes.hpp	Tue Feb 19 12:56:00 2019 +0100
@@ -55,6 +55,9 @@
     SystemDictionaryRoots,
     CLDGRoots,
     JVMTIRoots,
+#if INCLUDE_AOT
+    AOTCodeRoots,
+#endif
     CMRefRoots,
     WaitForStrongCLD,
     WeakCLDRoots,
@@ -64,9 +67,6 @@
     ScanRS,
     OptScanRS,
     CodeRoots,
-#if INCLUDE_AOT
-    AOTCodeRoots,
-#endif
     ObjCopy,
     OptObjCopy,
     Termination,