JDK-8226899 : Problemlist compiler/rtm tests
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 11,12,13,14
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-06-27
  • Updated: 2021-11-17
  • Resolved: 2019-08-01
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 11 JDK 13 JDK 14 JDK 8 Other
11.0.6-oracleFixed 13.0.4Fixed 14 b09Fixed 8u331Fixed openjdk8u292Fixed
Description
I looked for sightings of JDK-8183263 in the JDK-14 CI and I
came up with this list of RTM tests:

$ hg diff
diff -r 9afbcd27f26f test/hotspot/jtreg/ProblemList.txt
--- a/test/hotspot/jtreg/ProblemList.txt	Thu Aug 01 09:29:13 2019 -0700
+++ b/test/hotspot/jtreg/ProblemList.txt	Thu Aug 01 15:09:59 2019 -0400
@@ -59,6 +59,16 @@
 
 compiler/runtime/Test8168712.java 8211769,8211771 generic-ppc64,generic-ppc64le,linux-s390x
 
+compiler/rtm/locking/TestRTMAbortRatio.java 8183263 generic-x64
+compiler/rtm/locking/TestRTMAbortThreshold.java 8183263 generic-x64
+compiler/rtm/locking/TestRTMAfterNonRTMDeopt.java 8183263 generic-x64
+compiler/rtm/locking/TestRTMDeoptOnHighAbortRatio.java 8183263 generic-x64
+compiler/rtm/locking/TestRTMDeoptOnLowAbortRatio.java 8183263 generic-x64
+compiler/rtm/locking/TestRTMLockingCalculationDelay.java 8183263 generic-x64
+compiler/rtm/locking/TestRTMLockingThreshold.java 8183263 generic-x64
+compiler/rtm/locking/TestUseRTMDeopt.java 8183263 generic-x64
+compiler/rtm/print/TestPrintPreciseRTMLockingStatistics.java 8183263 generic-x64
+
 #############################################################################
 
 # :hotspot_gc
Comments
Fix Request (OpenJDK 8u): Please approve this test-only change for cleaner hotspot tier1 test runs. Patch is the same except context differences. Reviewed by Roland Westrelin and Andrew Hughes. http://cr.openjdk.java.net/~sgehwolf/webrevs/JDK-8226899/01/webrev/ RFR: http://mail.openjdk.java.net/pipermail/jdk8u-dev/2020-August/012368.html Approval: http://mail.openjdk.java.net/pipermail/jdk8u-dev/2020-December/013199.html and http://mail.openjdk.java.net/pipermail/jdk8u-dev/2020-December/013203.html Together with JDK-8230388 rtm tests now seem clean.
11-12-2020

Fix requrest (13u) Request backport. Test only change, applies clean.
19-05-2020

Fix requrest (11u) Request backport for parity with Oracle 11.0.6. Test only change, applies clean.
11-11-2019

URL: https://hg.openjdk.java.net/jdk/jdk/rev/fc1f0336ab02 User: dcubed Date: 2019-08-01 19:56:25 +0000
01-08-2019