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	Thu Feb 25 15:42:08 2016
--- new/src/share/vm/ci/ciReplay.cpp	Thu Feb 25 15:42:07 2016

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