--- old/src/share/vm/gc/g1/g1GCPhaseTimes.hpp 2016-11-03 14:16:30.000000000 -0700 +++ new/src/share/vm/gc/g1/g1GCPhaseTimes.hpp 2016-11-03 14:16:29.000000000 -0700 @@ -58,6 +58,9 @@ ScanHCC, ScanRS, CodeRoots, +#if INCLUDE_AOT + AOTCodeRoots, +#endif ObjCopy, Termination, Other,