[jdk8u-dev] RFR: 8295915: Problemlist compiler/rtm failures specific to 8u
zzambers
duke at openjdk.org
Tue Oct 25 21:04:43 UTC 2022
I would like to problemlist few more compiler/rtm tests on jdk8u. Tests are failing on machines used by Github actions. Failures are specific to jdk8 ( For more details see my comments in JDK-8183263 [1] ).
List of tests follows:
compiler/rtm/locking/TestRTMTotalCountIncrRate.java
compiler/rtm/locking/TestUseRTMAfterLockInflation.java
compiler/rtm/locking/TestUseRTMForInflatedLocks.java
compiler/rtm/locking/TestUseRTMForStackLocks.java
compiler/rtm/method_options/TestUseRTMLockElidingOption.java
These tests are part of hotspot_tier1 and are currently the only failures for 64-bit builds. (There are some additional (unrelated) issues on 32-bit builds.) This blocks enabling of hotspot_tier1 in Github Actions.
Tested in GHA with hotspot_tier1 testing enabled (64-bit builds), no failures [2].
[1] https://bugs.openjdk.org/browse/JDK-8183263
[2] https://github.com/zzambers/jdk8u-dev/commits/problemlist-rtm-8u-test
-------------
Commit messages:
- Problemlist rtm failures specific to 8u
Changes: https://git.openjdk.org/jdk8u-dev/pull/148/files
Webrev: https://webrevs.openjdk.org/?repo=jdk8u-dev&pr=148&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8295915
Stats: 5 lines in 1 file changed: 5 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk8u-dev/pull/148.diff
Fetch: git fetch https://git.openjdk.org/jdk8u-dev pull/148/head:pull/148
PR: https://git.openjdk.org/jdk8u-dev/pull/148
More information about the jdk8u-dev
mailing list