JDK-8334993 : Test java/util/concurrent/forkjoin/AsyncShutdownNow.java timed out again
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util.concurrent
  • Affected Version: 23,24
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2024-06-25
  • Updated: 2024-11-03
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.
Other
tbdUnresolved
Related Reports
Relates :  
Description
----------System.err:(7/1360)----------
STARTED    AsyncShutdownNow::testInvokeAll '[1] java.util.concurrent.ForkJoinPool@51133a80[Running, parallelism = 12, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]'
SUCCESSFUL AsyncShutdownNow::testInvokeAll '[1] java.util.concurrent.ForkJoinPool@51133a80[Running, parallelism = 12, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]'
STARTED    AsyncShutdownNow::testInvokeAll '[2] java.util.concurrent.ForkJoinPool@82e1f42[Running, parallelism = 1, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]'
SUCCESSFUL AsyncShutdownNow::testInvokeAll '[2] java.util.concurrent.ForkJoinPool@82e1f42[Running, parallelism = 1, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]'
STARTED    AsyncShutdownNow::testInvokeAny '[1] java.util.concurrent.ForkJoinPool@56676137[Running, parallelism = 12, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]'
SUCCESSFUL AsyncShutdownNow::testInvokeAny '[1] java.util.concurrent.ForkJoinPool@56676137[Running, parallelism = 12, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]'
STARTED    AsyncShutdownNow::testInvokeAny '[2] java.util.concurrent.ForkJoinPool@4cf0acee[Running, parallelism = 1, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]'
result: Error. Agent error: java.lang.Exception: Agent 11 timed out with a timeout of 480 seconds; check console log for any additional details

I jhave to assume parallism of 1 led to a deadlock.