diff -r e651c3ea6ea8 -r 4e82736053ae src/hotspot/share/code/compiledMethod.cpp --- a/src/hotspot/share/code/compiledMethod.cpp Mon Mar 05 13:15:10 2018 +0100 +++ b/src/hotspot/share/code/compiledMethod.cpp Mon Mar 05 10:29:23 2018 -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)