src/hotspot/share/code/compiledMethod.cpp
changeset 49340 4e82736053ae
parent 48955 e22914003cf0
child 49449 ef5d5d343e2a
--- 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)