Loading... (original) (raw)
- Type:
Enhancement
- Resolution: Fixed
- Priority:
P3
- Fix Version/s: 9
- Affects Version/s: 8u60, 9
Following methods should be added to WhiteBox API in order to fix existing issues in tests on RTM-based lock elision and increase robustness:
- boolean isMonitorInflated(Object obj)
- void forceSafepoint()
forceSafepoint is required for deflation of all inflated monitors.
backported by
JDK-8079064 Extend WhiteBox API with methods that check monitor state and force safepoint
- Resolved
JDK-8079953 Extend WhiteBox API with methods that check monitor state and force safepoint
- Resolved
JDK-8082043 Extend WhiteBox API with methods that check monitor state and force safepoint
- Resolved
JDK-8086505 Extend WhiteBox API with methods that check monitor state and force safepoint
- Resolved
JDK-8137618 Extend WhiteBox API with methods that check monitor state and force safepoint
- Resolved
blocks
JDK-8050486 compiler/rtm/ tests fail due to monitor deflation at safepoint synchronization
- Resolved
relates to
JDK-8068277 Add tests for WB methods added by JDK-8068272
- Open
(1 blocks, 1 relates to)