8214338: Move IC stub refilling out of IC cache transitions

Reviewed-by: dlong, rbackman
This commit is contained in:
Erik Österlund 2018-12-05 15:57:26 +01:00
parent 441d285620
commit e303e31317
17 changed files with 383 additions and 272 deletions

View file

@ -1650,7 +1650,8 @@ void nmethod::do_unloading(bool unloading_occurred) {
}
#endif
unload_nmethod_caches(unloading_occurred);
guarantee(unload_nmethod_caches(unloading_occurred),
"Should not need transition stubs");
}
}