src/hotspot/share/gc/g1/g1GCPhaseTimes.hpp
changeset 58777 18c246ad2ff9
parent 58264 4e96939a5746
child 58796 7608c17b7463
--- a/src/hotspot/share/gc/g1/g1GCPhaseTimes.hpp	Thu Oct 24 15:53:20 2019 +0800
+++ b/src/hotspot/share/gc/g1/g1GCPhaseTimes.hpp	Thu Oct 24 11:08:16 2019 +0200
@@ -57,7 +57,6 @@
     JVMTIRoots,
     AOT_ONLY(AOTCodeRoots COMMA)
     CMRefRoots,
-    WaitForStrongRoots,
     MergeER,
     MergeRS,
     OptMergeRS,
@@ -83,7 +82,7 @@
   };
 
   static const GCParPhases ExtRootScanSubPhasesFirst = ThreadRoots;
-  static const GCParPhases ExtRootScanSubPhasesLast = WaitForStrongRoots;
+  static const GCParPhases ExtRootScanSubPhasesLast = CMRefRoots;
 
   enum GCMergeRSWorkTimes {
     MergeRSMergedSparse,