src/hotspot/share/jvmci/compilerRuntime.cpp
changeset 49449 ef5d5d343e2a
parent 49340 4e82736053ae
child 49480 d7df2dd501ce
equal deleted inserted replaced
49448:b91b558a9076 49449:ef5d5d343e2a
    28 #include "jvmci/compilerRuntime.hpp"
    28 #include "jvmci/compilerRuntime.hpp"
    29 #include "oops/cpCache.inline.hpp"
    29 #include "oops/cpCache.inline.hpp"
    30 #include "oops/oop.inline.hpp"
    30 #include "oops/oop.inline.hpp"
    31 #include "runtime/compilationPolicy.hpp"
    31 #include "runtime/compilationPolicy.hpp"
    32 #include "runtime/deoptimization.hpp"
    32 #include "runtime/deoptimization.hpp"
    33 #include "runtime/interfaceSupport.hpp"
    33 #include "runtime/interfaceSupport.inline.hpp"
    34 #include "runtime/vframe.hpp"
    34 #include "runtime/vframe.hpp"
    35 #include "aot/aotLoader.hpp"
    35 #include "aot/aotLoader.hpp"
    36 
    36 
    37 // Resolve and allocate String
    37 // Resolve and allocate String
    38 JRT_BLOCK_ENTRY(void, CompilerRuntime::resolve_string_by_symbol(JavaThread *thread, void* string_result, const char* name))
    38 JRT_BLOCK_ENTRY(void, CompilerRuntime::resolve_string_by_symbol(JavaThread *thread, void* string_result, const char* name))