src/share/vm/ci/ciReplay.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/ci/ciReplay.cpp	Tue Apr 19 19:10:30 2016
--- new/src/share/vm/ci/ciReplay.cpp	Tue Apr 19 19:10:30 2016

*** 550,560 **** --- 550,560 ---- if (nm != NULL) { nm->make_not_entrant(); } replay_state = this; CompileBroker::compile_method(method, entry_bci, comp_level, ! methodHandle(), 0, "replay", THREAD); ! 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