--- old/src/share/vm/runtime/java.cpp 2016-11-03 04:05:53.890724321 -0700 +++ new/src/share/vm/runtime/java.cpp 2016-11-03 04:05:53.803720460 -0700 @@ -23,6 +23,7 @@ */ #include "precompiled.hpp" +#include "aot/aotLoader.hpp" #include "classfile/classLoader.hpp" #include "classfile/stringTable.hpp" #include "classfile/systemDictionary.hpp" @@ -87,7 +88,6 @@ #include "opto/indexSet.hpp" #include "opto/runtime.hpp" #endif -#include "aot/aotLoader.hpp" GrowableArray* collected_profiled_methods;