< prev index next >

src/hotspot/share/jvmci/compilerRuntime.cpp

Print this page

        

*** 27,39 **** #include "interpreter/linkResolver.hpp" #include "jvmci/compilerRuntime.hpp" #include "oops/cpCache.inline.hpp" #include "oops/oop.inline.hpp" #include "runtime/compilationPolicy.hpp" #include "runtime/deoptimization.hpp" #include "runtime/interfaceSupport.inline.hpp" ! #include "runtime/vframe.hpp" #include "aot/aotLoader.hpp" // Resolve and allocate String JRT_BLOCK_ENTRY(void, CompilerRuntime::resolve_string_by_symbol(JavaThread *thread, void* string_result, const char* name)) JRT_BLOCK --- 27,40 ---- #include "interpreter/linkResolver.hpp" #include "jvmci/compilerRuntime.hpp" #include "oops/cpCache.inline.hpp" #include "oops/oop.inline.hpp" #include "runtime/compilationPolicy.hpp" + #include "runtime/frame.inline.hpp" #include "runtime/deoptimization.hpp" #include "runtime/interfaceSupport.inline.hpp" ! #include "runtime/vframe.inline.hpp" #include "aot/aotLoader.hpp" // Resolve and allocate String JRT_BLOCK_ENTRY(void, CompilerRuntime::resolve_string_by_symbol(JavaThread *thread, void* string_result, const char* name)) JRT_BLOCK
< prev index next >