JDK-8313193 : ProblemList java/util/concurrent/SynchronousQueue/Fairness.java on X64
  • Type: Sub-task
  • Component: core-libs
  • Sub-Component: java.util.concurrent
  • Affected Version: 21
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2023-07-26
  • Updated: 2023-12-08
  • Resolved: 2023-07-26
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 21
21 b33Fixed
Description
The associated bug is fixed in JDK22, but is a P3 so is not easily
backported to JDK21. This test has been failing in the JDK21 CI
in both Tier5 and Tier8. We currently have a failure count of 7 in
the JDK21 CI.

In order to reduce the noise in the JDK21 CI, I'd like to ProblemList
this test on generic-x64.
Comments
Changeset: f666e606 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2023-07-26 18:51:40 +0000 URL: https://git.openjdk.org/jdk21/commit/f666e606810a0a32864c1dbd8ea493da7e980d8a
26-07-2023

Lower priority from P2 -> P3 to match the original bug.
26-07-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk21/pull/144 Date: 2023-07-26 15:47:48 +0000
26-07-2023

Here's the context diff for the proposed fix: $ git diff diff --git a/test/jdk/ProblemList.txt b/test/jdk/ProblemList.txt index cbe04d49e11..28a874353b4 100644 --- a/test/jdk/ProblemList.txt +++ b/test/jdk/ProblemList.txt @@ -708,6 +708,7 @@ java/util/Locale/LocaleProvidersRun.java 8268379 macosx-x sun/util/locale/provider/CalendarDataRegression.java 8268379 macosx-x64 java/util/concurrent/forkjoin/AsyncShutdownNow.java 8286352 linux-all,windows-x64 java/util/concurrent/ExecutorService/CloseTest.java 8288899 macosx-aarch64 +java/util/concurrent/SynchronousQueue/Fairness.java 8300663 generic-x64 ############################################################################
26-07-2023

Fix Request This fix should be integrated in to jdk21 to reduce the noise in CI. The fix is straightforward, applies cleanly, and there is no risk.
26-07-2023