--- old/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.hpp 2015-03-18 12:29:04.354318200 +0100 +++ new/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.hpp 2015-03-18 12:29:04.242318205 +0100 @@ -41,6 +41,20 @@ enum GCParPhases { GCWorkerStart, ExtRootScan, + ThreadRoots, + StringTableRoots, + UniverseRoots, + JNIRoots, + ObjectSynchronizerRoots, + FlatProfilerRoots, + ManagementRoots, + SystemDictionaryRoots, + CLDGRoots, + JVMTIRoots, + CodeCacheRoots, + CMRefRoots, + WaitForStrongCLD, + WeakCLDRoots, SATBFiltering, UpdateRS, ScanRS,