src/hotspot/share/runtime/tieredThresholdPolicy.cpp
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File
*** old/src/hotspot/share/runtime/tieredThresholdPolicy.cpp	Thu Mar 28 11:23:25 2019
--- new/src/hotspot/share/runtime/tieredThresholdPolicy.cpp	Thu Mar 28 11:23:24 2019

*** 32,42 **** --- 32,42 ---- #include "runtime/safepointVerifiers.hpp" #include "runtime/tieredThresholdPolicy.hpp" #include "code/scopeDesc.hpp" #include "oops/method.inline.hpp" #if INCLUDE_JVMCI - #include "jvmci/jvmciRuntime.hpp" #endif #ifdef TIERED #include "c1/c1_Compiler.hpp"
*** 825,835 **** --- 825,835 ---- } else { next_level = MAX2(osr_level, next_level); } #if INCLUDE_JVMCI if (UseJVMCICompiler) { - next_level = JVMCIRuntime::adjust_comp_level(method, false, next_level, thread); } #endif return next_level; }
*** 844,854 **** --- 844,854 ---- return osr_level; } } #if INCLUDE_JVMCI if (UseJVMCICompiler) { - next_level = JVMCIRuntime::adjust_comp_level(method, true, next_level, thread); } #endif return next_level; }

src/hotspot/share/runtime/tieredThresholdPolicy.cpp
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File