JDK-8230093 : compiler/rtm/locking/TestUseRTMXendForLockBusy.java fails
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 14
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2019-08-23
  • Updated: 2019-08-30
  • Resolved: 2019-08-30
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 14
14Resolved
Related Reports
Duplicate :  
Description
compiler/rtm/locking/TestUseRTMXendForLockBusy.java fails with:

java.lang.RuntimeException: Expected to get at least one abort on busy lock: expected 0 > 0
	at jdk.test.lib.Asserts.fail(Asserts.java:594)
	at jdk.test.lib.Asserts.assertGreaterThan(Asserts.java:343)
	at jdk.test.lib.Asserts.assertGT(Asserts.java:314)
	at compiler.rtm.locking.TestUseRTMXendForLockBusy.verifyXendForLockBusy(TestUseRTMXendForLockBusy.java:106)
	at compiler.rtm.locking.TestUseRTMXendForLockBusy.runTestCases(TestUseRTMXendForLockBusy.java:67)
	at compiler.rtm.locking.TestUseRTMXendForLockBusy.main(TestUseRTMXendForLockBusy.java:112)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
	at java.base/java.lang.Thread.run(Thread.java:830)
Comments
I've verified that the failures happened on SKL (Xeon) architectures. The following tests need to be problem listed as well: compiler/rtm/locking/TestUseRTMXendForLockBusy.java compiler/rtm/locking/TestRTMSpinLoopCount.java I will problem list them with JDK-8230388. Closing as duplicate of JDK-8183263.
30-08-2019

Might be related to JDK-8183263 (should the test have been problem listed?).
27-08-2019