< prev index next >

src/share/vm/runtime/safepoint.cpp

Print this page
rev 13098 : imported patch deflation

*** 523,532 **** --- 523,534 ---- event.commit(); } } bool SafepointSynchronize::is_cleanup_needed() { + // Need a safepoint if there many monitor to deflate + if (ObjectSynchronizer::is_cleanup_needed()) return true; // Need a safepoint if some inline cache buffers is non-empty if (!InlineCacheBuffer::is_empty()) return true; return false; }
< prev index next >