--- old/src/hotspot/share/code/compiledMethod.cpp 2018-03-02 08:12:06.335053367 -0500 +++ new/src/hotspot/share/code/compiledMethod.cpp 2018-03-02 08:12:05.830517990 -0500 @@ -28,8 +28,9 @@ #include "code/scopeDesc.hpp" #include "code/codeCache.hpp" #include "prims/methodHandles.hpp" -#include "interpreter/bytecode.hpp" +#include "interpreter/bytecode.inline.hpp" #include "memory/resourceArea.hpp" +#include "oops/method.inline.hpp" #include "runtime/mutexLocker.hpp" CompiledMethod::CompiledMethod(Method* method, const char* name, CompilerType type, const CodeBlobLayout& layout, int frame_complete_offset, int frame_size, ImmutableOopMapSet* oop_maps, bool caller_must_gc_arguments)