JDK-8298214 : ProblemList java/util/concurrent/forkjoin/AsyncShutdownNow.java
  • Type: Sub-task
  • Component: core-libs
  • Sub-Component: java.util.concurrent
  • Affected Version: 20
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux,windows
  • CPU: x86_64,aarch64
  • Submitted: 2022-12-06
  • Updated: 2022-12-12
  • Resolved: 2022-12-06
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
20 b27Fixed
Description
In order to reduce noise in the JDK20 CI, I'm ProblemListing:

java/util/concurrent/forkjoin/AsyncShutdownNow.java

on linux-all and windows-x64.

The timeout has been seen 5 times in Tier1 since 2022.11.21
on linux-aarch64, linux-x64 and windows-x64 systems.
Comments
Changeset: 16a59018 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2022-12-06 22:01:45 +0000 URL: https://git.openjdk.org/jdk/commit/16a5901845de170e2e6f9ea13f19bb2a34c1da85
06-12-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/11548 Date: 2022-12-06 21:38:45 +0000
06-12-2022

Here's the context diff for the proposed fix: $ git diff diff --git a/test/jdk/ProblemList.txt b/test/jdk/ProblemList.txt index 7532f3550d7..5f2a2768b63 100644 --- a/test/jdk/ProblemList.txt +++ b/test/jdk/ProblemList.txt @@ -711,6 +711,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 ############################################################################
06-12-2022