This commit is contained in:
Jesper Wilhelmsson 2016-03-16 14:31:33 +01:00
commit 7b7aad5481
44 changed files with 241 additions and 199 deletions

View file

@ -1381,7 +1381,6 @@ void nmethod::make_unloaded(BoolObjectClosure* is_alive, oop cause) {
assert(_method == NULL, "Tautology");
set_osr_link(NULL);
//set_scavenge_root_link(NULL); // done by prune_scavenge_root_nmethods
NMethodSweeper::report_state_change(this);
}