< prev index next >

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

Print this page
rev 56301 : imported patch 8159984-slow

*** 55,66 **** SystemDictionaryRoots, CLDGRoots, JVMTIRoots, AOT_ONLY(AOTCodeRoots COMMA) CMRefRoots, ! WaitForStrongCLD, ! WeakCLDRoots, MergeER, MergeRS, OptMergeRS, MergeLB, MergeHCC, --- 55,65 ---- SystemDictionaryRoots, CLDGRoots, JVMTIRoots, AOT_ONLY(AOTCodeRoots COMMA) CMRefRoots, ! WaitForStrongRoots, MergeER, MergeRS, OptMergeRS, MergeLB, MergeHCC,
*** 82,92 **** NonYoungFreeCSet, GCParPhasesSentinel }; static const GCParPhases ExtRootScanSubPhasesFirst = ThreadRoots; ! static const GCParPhases ExtRootScanSubPhasesLast = WeakCLDRoots; enum GCMergeRSWorkTimes { MergeRSMergedSparse, MergeRSMergedFine, MergeRSMergedCoarse --- 81,91 ---- NonYoungFreeCSet, GCParPhasesSentinel }; static const GCParPhases ExtRootScanSubPhasesFirst = ThreadRoots; ! static const GCParPhases ExtRootScanSubPhasesLast = WaitForStrongRoots; enum GCMergeRSWorkTimes { MergeRSMergedSparse, MergeRSMergedFine, MergeRSMergedCoarse
< prev index next >