src/hotspot/share/runtime/tieredThresholdPolicy.cpp
changeset 52934 8deeb7bba516
parent 52675 7d3cde494494
child 53193 184c51e48260
equal deleted inserted replaced
52933:13173122094f 52934:8deeb7bba516
   384   if (comp_level == CompLevel_none &&
   384   if (comp_level == CompLevel_none &&
   385       JvmtiExport::can_post_interpreter_events() &&
   385       JvmtiExport::can_post_interpreter_events() &&
   386       thread->is_interp_only_mode()) {
   386       thread->is_interp_only_mode()) {
   387     return NULL;
   387     return NULL;
   388   }
   388   }
   389   if (CompileTheWorld || ReplayCompiles) {
   389   if (ReplayCompiles) {
   390     // Don't trigger other compiles in testing mode
   390     // Don't trigger other compiles in testing mode
   391     return NULL;
   391     return NULL;
   392   }
   392   }
   393 
   393 
   394   handle_counter_overflow(method());
   394   handle_counter_overflow(method());