< prev index next >

src/hotspot/share/jvmci/jvmciRuntime.cpp

Print this page

        

*** 819,829 **** JavaCalls::call_special(&result, receiver->klass(), vmSymbols::shutdown_method_name(), vmSymbols::void_method_signature(), &args, CHECK); } } CompLevel JVMCIRuntime::adjust_comp_level_inner(const methodHandle& method, bool is_osr, CompLevel level, JavaThread* thread) { ! JVMCICompiler* compiler = JVMCICompiler::instance(thread); if (compiler != NULL && compiler->is_bootstrapping()) { return level; } if (!is_HotSpotJVMCIRuntime_initialized() || !_comp_level_adjustment) { // JVMCI cannot participate in compilation scheduling until --- 819,829 ---- JavaCalls::call_special(&result, receiver->klass(), vmSymbols::shutdown_method_name(), vmSymbols::void_method_signature(), &args, CHECK); } } CompLevel JVMCIRuntime::adjust_comp_level_inner(const methodHandle& method, bool is_osr, CompLevel level, JavaThread* thread) { ! JVMCICompiler* compiler = JVMCICompiler::instance(false, thread); if (compiler != NULL && compiler->is_bootstrapping()) { return level; } if (!is_HotSpotJVMCIRuntime_initialized() || !_comp_level_adjustment) { // JVMCI cannot participate in compilation scheduling until
< prev index next >