mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8214338: Move IC stub refilling out of IC cache transitions
Reviewed-by: dlong, rbackman
This commit is contained in:
parent
441d285620
commit
e303e31317
17 changed files with 383 additions and 272 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue