JDK-8326062 : ProblemList jcstress tests that are failing due to JDK-8325984
  • Type: Sub-task
  • Component: core-libs
  • Sub-Component: java.lang.invoke
  • Affected Version: 23
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2024-02-16
  • Updated: 2024-02-16
  • Resolved: 2024-02-16
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 23
23 masterFixed
Description
In order to reduce the noise in the JDK23 CI, I'm ProblemListing:

applications/jcstress/accessAtomic.java
applications/jcstress/acqrel.java
applications/jcstress/atomicity.java
applications/jcstress/coherence.java

on all platforms.
Comments
Changeset: 00b5c707 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2024-02-16 16:03:12 +0000 URL: https://git.openjdk.org/jdk/commit/00b5c70750737855b29b125de6a0c806677c118c
16-02-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/17890 Date: 2024-02-16 15:54:27 +0000
16-02-2024

Here's the context diff for the proposed fix: $ git diff diff --git a/test/hotspot/jtreg/ProblemList.txt b/test/hotspot/jtreg/ProblemList.txt index b94969194c4..5cd6312fc33 100644 --- a/test/hotspot/jtreg/ProblemList.txt +++ b/test/hotspot/jtreg/ProblemList.txt @@ -113,6 +113,11 @@ runtime/cds/appcds/customLoader/HelloCustom_JFR.java 8241075 linux-all,windows-x runtime/os/TestTransparentHugePageUsage.java 8324776 linux-all runtime/Thread/TestAlwaysPreTouchStacks.java 8324781 linux-all +applications/jcstress/accessAtomic.java 8325984 generic-all +applications/jcstress/acqrel.java 8325984 generic-all +applications/jcstress/atomicity.java 8325984 generic-all +applications/jcstress/coherence.java 8325984 generic-all + applications/jcstress/copy.java 8229852 linux-all containers/docker/TestJcmd.java 8278102 linux-all
16-02-2024