< prev index next >

src/share/vm/code/nmethod.cpp

Print this page
rev 10188 : [mq]: scavenge_nmethods_auto_prune

*** 1369,1379 **** // The Method* is gone at this point assert(_method == NULL, "Tautology"); set_osr_link(NULL); - //set_scavenge_root_link(NULL); // done by prune_scavenge_root_nmethods NMethodSweeper::report_state_change(this); } void nmethod::invalidate_osr_method() { assert(_entry_bci != InvocationEntryBci, "wrong kind of nmethod"); --- 1369,1378 ----
< prev index next >