src/share/vm/jvmci/compilerRuntime.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/jvmci/compilerRuntime.cpp

src/share/vm/jvmci/compilerRuntime.cpp

Print this page
rev 29186 : Review changes 2

*** 23,35 **** #include "precompiled.hpp" #include "classfile/stringTable.hpp" #include "classfile/symbolTable.hpp" #include "jvmci/compilerRuntime.hpp" - #include "runtime/interfaceSupport.hpp" #include "runtime/compilationPolicy.hpp" #include "runtime/deoptimization.hpp" // Resolve and allocate String JRT_BLOCK_ENTRY(void, CompilerRuntime::resolve_string_by_symbol(JavaThread *thread, void* string_result, const char* name)) JRT_BLOCK oop str = *(oop*)string_result; // Is it resolved already? --- 23,35 ---- #include "precompiled.hpp" #include "classfile/stringTable.hpp" #include "classfile/symbolTable.hpp" #include "jvmci/compilerRuntime.hpp" #include "runtime/compilationPolicy.hpp" #include "runtime/deoptimization.hpp" + #include "runtime/interfaceSupport.hpp" // Resolve and allocate String JRT_BLOCK_ENTRY(void, CompilerRuntime::resolve_string_by_symbol(JavaThread *thread, void* string_result, const char* name)) JRT_BLOCK oop str = *(oop*)string_result; // Is it resolved already?
src/share/vm/jvmci/compilerRuntime.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File