--- old/src/hotspot/share/gc/g1/g1GCPhaseTimes.hpp 2019-09-20 09:58:51.887919756 +0200 +++ new/src/hotspot/share/gc/g1/g1GCPhaseTimes.hpp 2019-09-20 09:58:51.699918771 +0200 @@ -57,8 +57,7 @@ JVMTIRoots, AOT_ONLY(AOTCodeRoots COMMA) CMRefRoots, - WaitForStrongCLD, - WeakCLDRoots, + WaitForStrongRoots, MergeER, MergeRS, OptMergeRS, @@ -84,7 +83,7 @@ }; static const GCParPhases ExtRootScanSubPhasesFirst = ThreadRoots; - static const GCParPhases ExtRootScanSubPhasesLast = WeakCLDRoots; + static const GCParPhases ExtRootScanSubPhasesLast = WaitForStrongRoots; enum GCMergeRSWorkTimes { MergeRSMergedSparse,