< prev index next > src/hotspot/share/ci/ciReplay.cpp
Print this page
if (nm != nullptr) {
nm->make_not_entrant();
}
replay_state = this;
CompileBroker::compile_method(methodHandle(THREAD, method), entry_bci, comp_level,
- methodHandle(), 0, CompileTask::Reason_Replay, THREAD);
+ methodHandle(), 0, true, CompileTask::Reason_Replay, THREAD);
replay_state = nullptr;
}
// ciMethod <klass> <name> <signature> <invocation_counter> <backedge_counter> <interpreter_invocation_count> <interpreter_throwout_count> <instructions_size>
void process_ciMethod(TRAPS) {
< prev index next >