< prev index next >

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

Print this page
rev 53840 : [mq]: 8219369-add-named-constants-for-extrootscan

@@ -45,11 +45,12 @@
 
  public:
   enum GCParPhases {
     GCWorkerStart,
     ExtRootScan,
-    ThreadRoots,
+    ExtRootScanSubPhasesStart,
+    ThreadRoots = ExtRootScanSubPhasesStart,
     UniverseRoots,
     JNIRoots,
     ObjectSynchronizerRoots,
     ManagementRoots,
     SystemDictionaryRoots,

@@ -60,10 +61,11 @@
 #endif
     CMRefRoots,
     WaitForStrongCLD,
     WeakCLDRoots,
     SATBFiltering,
+    ExtRootScanSubPhasesEnd = SATBFiltering,
     UpdateRS,
     ScanHCC,
     ScanRS,
     OptScanRS,
     CodeRoots,
< prev index next >