diff --git a/src/hotspot/share/runtime/safepoint.cpp b/src/hotspot/share/runtime/safepoint.cpp index e54cf9c..eeb504b 100644 --- a/src/hotspot/share/runtime/safepoint.cpp +++ b/src/hotspot/share/runtime/safepoint.cpp @@ -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"); }