JDK 17 | JDK 20 |
---|---|
17.0.8-oracleFixed | 20 b25Fixed |
Relates :
|
|
Relates :
|
java/util/concurrent/forkjoin/AsyncShutdownNow.java takes ~40s as each test uses a delay of 5s before it invokes shutdownNow. The test can be sped up by polling the thread state and invoking shutdownNow when the thread waits.
|