src/share/vm/ci/ciReplay.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/ci/ciReplay.cpp

src/share/vm/ci/ciReplay.cpp

Print this page
rev 10832 : 8153013: BlockingCompilation test times out
Summary: Task has no invocation count and get stale at once
Reviewed-by: kvn

*** 550,560 **** if (nm != NULL) { nm->make_not_entrant(); } replay_state = this; CompileBroker::compile_method(method, entry_bci, comp_level, ! methodHandle(), 0, "replay", THREAD); replay_state = NULL; reset(); } // ciMethod <klass> <name> <signature> <invocation_counter> <backedge_counter> <interpreter_invocation_count> <interpreter_throwout_count> <instructions_size> --- 550,560 ---- if (nm != NULL) { nm->make_not_entrant(); } replay_state = this; CompileBroker::compile_method(method, entry_bci, comp_level, ! methodHandle(), 0, CompileTask::Reason_Replay, THREAD); replay_state = NULL; reset(); } // ciMethod <klass> <name> <signature> <invocation_counter> <backedge_counter> <interpreter_invocation_count> <interpreter_throwout_count> <instructions_size>
src/share/vm/ci/ciReplay.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File