diff -r b91b558a9076 -r ef5d5d343e2a src/hotspot/share/code/compiledMethod.cpp --- 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)