--- old/src/share/vm/memory/metaspace.cpp 2016-11-03 04:05:50.813587766 -0700 +++ new/src/share/vm/memory/metaspace.cpp 2016-11-03 04:05:50.723583772 -0700 @@ -22,6 +22,7 @@ * */ #include "precompiled.hpp" +#include "aot/aotLoader.hpp" #include "gc/shared/collectedHeap.hpp" #include "gc/shared/collectorPolicy.hpp" #include "gc/shared/gcLocker.hpp" @@ -48,7 +49,6 @@ #include "utilities/copy.hpp" #include "utilities/debug.hpp" #include "utilities/macros.hpp" -#include "aot/aotLoader.hpp" typedef BinaryTreeDictionary > BlockTreeDictionary; typedef BinaryTreeDictionary > ChunkTreeDictionary;