JDK-8295915 : Problemlist compiler/rtm failures specific to 8u
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: openjdk8u352
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-10-25
  • Updated: 2023-12-08
  • Resolved: 2022-11-08
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.
Other
openjdk8u362 b03Fixed
Related Reports
Relates :  
Description
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
Comments
Changeset: fb984187 Author: Zdenek Zambersky <zzambers@redhat.com> Committer: Severin Gehwolf <sgehwolf@openjdk.org> Date: 2022-11-08 12:46:59 +0000 URL: https://git.openjdk.org/jdk8u/commit/fb98418773b63dcbf9fea17d5e660bf4a135017e
16-11-2022

Adding a link to problem bug.
08-11-2022

Changeset: fb984187 Author: Zdenek Zambersky <zzambers@redhat.com> Committer: Severin Gehwolf <sgehwolf@openjdk.org> Date: 2022-11-08 12:46:59 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/fb98418773b63dcbf9fea17d5e660bf4a135017e
08-11-2022

Fix request (8u): This problemlists few more compiler/rtm tests, which only fail on jdk8 (on some processors). These tests are part of hotspot/tier1 and block enabling hotspot/tier1 testing in github actions. Change only touches Problemlist.
26-10-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk8u-dev/pull/148 Date: 2022-10-25 20:18:45 +0000
25-10-2022