< prev index next >

src/hotspot/share/gc/g1/g1GCPhaseTimes.hpp

Print this page
rev 53772 : imported patch 8218672-aot-scan-wrong-position

@@ -53,22 +53,22 @@
     ObjectSynchronizerRoots,
     ManagementRoots,
     SystemDictionaryRoots,
     CLDGRoots,
     JVMTIRoots,
+#if INCLUDE_AOT
+    AOTCodeRoots,
+#endif
     CMRefRoots,
     WaitForStrongCLD,
     WeakCLDRoots,
     SATBFiltering,
     UpdateRS,
     ScanHCC,
     ScanRS,
     OptScanRS,
     CodeRoots,
-#if INCLUDE_AOT
-    AOTCodeRoots,
-#endif
     ObjCopy,
     OptObjCopy,
     Termination,
     Other,
     GCWorkerTotal,
< prev index next >