< prev index next >

src/hotspot/share/code/compiledMethod.cpp

Print this page

        

*** 29,38 **** --- 29,39 ---- #include "code/codeCache.hpp" #include "prims/methodHandles.hpp" #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) : CodeBlob(name, type, layout, frame_complete_offset, frame_size, oop_maps, caller_must_gc_arguments), _method(method), _mark_for_deoptimization_status(not_marked) {
< prev index next >