-
Bug
-
Resolution: Unresolved
-
P3
-
18
-
generic
-
generic
compiler/rtm/locking/TestRTMTotalCountIncrRate.java
compiler/rtm/locking/TestUseRTMAfterLockInflation.java
compiler/rtm/locking/TestUseRTMForStackLocks.java
compiler/rtm/method_options/TestNoRTMLockElidingOption.java
compiler/rtm/method_options/TestUseRTMLockElidingOption.java
The above RTM tests fail with:
# fatal error: -XX:+UseHeavyMonitors and -XX:+UseRTMForStackLocks are mutually exclusive
Which is expected. It should be possible to exclude the tests with @requires vm.opt.UseHeavyMonitors == true or similar.
compiler/rtm/locking/TestUseRTMAfterLockInflation.java
compiler/rtm/locking/TestUseRTMForStackLocks.java
compiler/rtm/method_options/TestNoRTMLockElidingOption.java
compiler/rtm/method_options/TestUseRTMLockElidingOption.java
The above RTM tests fail with:
# fatal error: -XX:+UseHeavyMonitors and -XX:+UseRTMForStackLocks are mutually exclusive
Which is expected. It should be possible to exclude the tests with @requires vm.opt.UseHeavyMonitors == true or similar.
- relates to
-
JDK-8276901 Implement UseHeavyMonitors consistently
- Resolved