--- old/src/share/vm/code/codeCache.cpp 2016-11-03 04:05:44.721317409 -0700 +++ new/src/share/vm/code/codeCache.cpp 2016-11-03 04:05:44.632313460 -0700 @@ -23,6 +23,7 @@ */ #include "precompiled.hpp" +#include "aot/aotLoader.hpp" #include "code/codeBlob.hpp" #include "code/codeCache.hpp" #include "code/compiledIC.hpp" @@ -59,7 +60,6 @@ #include "opto/compile.hpp" #include "opto/node.hpp" #endif -#include "aot/aotLoader.hpp" // Helper class for printing in CodeCache class CodeBlob_sizes {