--- old/src/share/vm/gc/shared/genCollectedHeap.cpp 2016-11-03 04:05:48.809498830 -0700 +++ new/src/share/vm/gc/shared/genCollectedHeap.cpp 2016-11-03 04:05:48.722494970 -0700 @@ -23,6 +23,7 @@ */ #include "precompiled.hpp" +#include "aot/aotLoader.hpp" #include "classfile/symbolTable.hpp" #include "classfile/systemDictionary.hpp" #include "classfile/vmSymbols.hpp" @@ -44,7 +45,6 @@ #include "memory/filemap.hpp" #include "memory/resourceArea.hpp" #include "oops/oop.inline.hpp" -#include "aot/aotLoader.hpp" #include "runtime/biasedLocking.hpp" #include "runtime/fprofiler.hpp" #include "runtime/handles.hpp"