-
Sub-task
-
Resolution: Fixed
-
P4
-
15
-
b04
-
generic
-
generic
The fix for JDK-8153224 Monitor deflation prolong safepoints
includes several workarounds for invoking the safepoint
based deflation mechanism via a "special deflation request".
These workarounds are necessary for several tests that
expect certain operations, e.g., System.gc() or the whitebox
equivalents, to deflate idle monitors.
In order to remove the safepoint based deflation mechanism,
we have to provide an alternative whitebox APIs for those
tests that "know too much" about how things work.
includes several workarounds for invoking the safepoint
based deflation mechanism via a "special deflation request".
These workarounds are necessary for several tests that
expect certain operations, e.g., System.gc() or the whitebox
equivalents, to deflate idle monitors.
In order to remove the safepoint based deflation mechanism,
we have to provide an alternative whitebox APIs for those
tests that "know too much" about how things work.
- relates to
-
JDK-8249638 Re-instate idle monitor deflation as part of System.gc()
- Closed
-
JDK-8153224 Monitor deflation prolong safepoints
- Resolved