--- old/src/share/vm/gc/g1/g1RootProcessor.cpp 2016-11-03 04:05:46.255385487 -0700 +++ new/src/share/vm/gc/g1/g1RootProcessor.cpp 2016-11-03 04:05:46.168381626 -0700 @@ -24,6 +24,7 @@ #include "precompiled.hpp" +#include "aot/aotLoader.hpp" #include "classfile/stringTable.hpp" #include "classfile/systemDictionary.hpp" #include "code/codeCache.hpp" @@ -37,7 +38,6 @@ #include "gc/g1/g1RootProcessor.hpp" #include "gc/g1/heapRegion.inline.hpp" #include "memory/allocation.inline.hpp" -#include "aot/aotLoader.hpp" #include "runtime/fprofiler.hpp" #include "runtime/mutex.hpp" #include "services/management.hpp"