JDK-8298976 : ProblemList java/util/concurrent/ExecutorService/CloseTest.java on macosx-aarch64
  • Type: Sub-task
  • Component: core-libs
  • Sub-Component: java.util.concurrent
  • Affected Version: 20
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: os_x
  • CPU: aarch64
  • Submitted: 2022-12-16
  • Updated: 2024-03-09
  • Resolved: 2022-12-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 20 JDK 21
20 b29Fixed 21Fixed
Description
In order to reduce the noise in the JDK20 CI, I'm ProblemListing:

java/util/concurrent/ExecutorService/CloseTest.java

on macosx-aarch64.

There have been 6 Tier1 failures in the JDK19/JDK20 CIs since
2022.06.21 and 3 of those are in December alone.
Comments
Changeset: 0ecad28d Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2022-12-16 21:17:04 +0000 URL: https://git.openjdk.org/jdk20/commit/0ecad28daa64ae1a0e6194e207ae57486b06e484
16-12-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk20/pull/50 Date: 2022-12-16 21:02:21 +0000
16-12-2022

Here's the context diffs for the proposed fix: $ git diff diff --git a/test/jdk/ProblemList.txt b/test/jdk/ProblemList.txt index 977c7da4b28..f0d7e653d35 100644 --- a/test/jdk/ProblemList.txt +++ b/test/jdk/ProblemList.txt @@ -717,6 +717,7 @@ com/sun/jdi/AfterThreadDeathTest.java 8232839 linux-al java/util/Locale/LocaleProvidersRun.java 8268379 macosx-x64 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 ############################################################################
16-12-2022