--- old/src/hotspot/share/gc/g1/g1GCPhaseTimes.hpp 2019-02-15 14:21:05.526386457 +0100 +++ new/src/hotspot/share/gc/g1/g1GCPhaseTimes.hpp 2019-02-15 14:21:05.270378533 +0100 @@ -55,6 +55,9 @@ SystemDictionaryRoots, CLDGRoots, JVMTIRoots, +#if INCLUDE_AOT + AOTCodeRoots, +#endif CMRefRoots, WaitForStrongCLD, WeakCLDRoots, @@ -64,9 +67,6 @@ ScanRS, OptScanRS, CodeRoots, -#if INCLUDE_AOT - AOTCodeRoots, -#endif ObjCopy, OptObjCopy, Termination,