< prev index next >

src/hotspot/share/aot/aotCompiledMethod.cpp

Print this page

        

*** 34,43 **** --- 34,44 ---- #include "gc/shared/collectedHeap.hpp" #include "gc/shared/gcLocker.hpp" #include "jvmci/compilerRuntime.hpp" #include "jvmci/jvmciRuntime.hpp" #include "oops/method.inline.hpp" + #include "runtime/handles.inline.hpp" #include "runtime/java.hpp" #include "runtime/os.hpp" #include "runtime/sharedRuntime.hpp" #include "utilities/xmlstream.hpp"
*** 446,451 **** assert(cic->is_clean(), "!"); nativePltCall_at(iter.addr())->set_stub_to_clean(); } } } - --- 447,451 ----
< prev index next >