src/hotspot/share/code/compiledMethod.cpp
changeset 49449 ef5d5d343e2a
parent 49340 4e82736053ae
child 49480 d7df2dd501ce
--- a/src/hotspot/share/code/compiledMethod.cpp	Fri Mar 16 08:26:53 2018 -0400
+++ b/src/hotspot/share/code/compiledMethod.cpp	Fri Mar 16 09:12:13 2018 -0400
@@ -31,6 +31,7 @@
 #include "interpreter/bytecode.inline.hpp"
 #include "memory/resourceArea.hpp"
 #include "oops/method.inline.hpp"
+#include "runtime/handles.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)