-
Enhancement
-
Resolution: Fixed
-
P3
-
9
-
b120
ObjectSynchronizer::deflate_idle_monitors during safepoint "cleanup" may cause undue latency during STW phase. Enabling MonitorInUseLists alllows more efficient deflate of only potentially in-use monitors, rather than the entire (immortal) population.
- relates to
-
JDK-6852873 Increase in delta between application stopped time and ParNew GC time over application lifetime
- Closed
-
JDK-8153224 Monitor deflation prolong safepoints
- Resolved