JDK-8313208 : ProblemList java/util/concurrent/tck/JSR166TestCase.java on select platforms
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 21
  • Priority: P4
  • 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
Related Reports
Relates :  
Description
In order to reduce the noise in the JDK21 CI, I'm ProblemListing:

java/util/concurrent/tck/JSR166TestCase.java

on generic-x64 and linux-aarch64. So far the test failure hasn't
happened on macosx-aarch64 and for some reason there is only
a single sighting in the JDK22 CI.
Comments
ILW = Same as JDK-8313208 = P4
27-07-2023

I'm reverting this with JDK-8313241 and remove the assert in JDK 21 instead.
27-07-2023

Changeset: a10dbcec Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2023-07-26 19:28:12 +0000 URL: https://git.openjdk.org/jdk21/commit/a10dbcecdba59d0ddabec2d37e62b5fb82138dae
26-07-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk21/pull/145 Date: 2023-07-26 19:22:08 +0000
26-07-2023

I'm ProblemListing this test using: JDK-8312980 C2: "malformed control flow" created during incremental inlining However, most of the failures are currently linked to: JDK-8308392 [Umbrella] C2: assert(false) failed: malformed control flow which is the Umbrella bug used to track this family of "malformed control flow" failures.
26-07-2023

Here's the context diffs for the proposed fix: $ git diff diff --git a/test/jdk/ProblemList.txt b/test/jdk/ProblemList.txt index 28a874353b4..ad438bad402 100644 --- a/test/jdk/ProblemList.txt +++ b/test/jdk/ProblemList.txt @@ -709,6 +709,7 @@ sun/util/locale/provider/CalendarDataRegression.java 8268379 macosx-x 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 +java/util/concurrent/tck/JSR166TestCase.java 8312980 generic-x64,linux-aarch64 ############################################################################
26-07-2023