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

@ -732,6 +732,7 @@ void SafepointSynchronize::do_cleanup_tasks() {
// Finish monitor deflation.
ObjectSynchronizer::finish_deflate_idle_monitors(&deflate_counters);
assert(InlineCacheBuffer::is_empty(), "should have cleaned up ICBuffer");
}