JDK-8259518 : Fixes for rare test failures due to 8246585: ForkJoin updates
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util.concurrent
  • Priority: P2
  • Status: Resolved
  • Resolution: Not an Issue
  • Submitted: 2021-01-09
  • Updated: 2021-01-10
  • Resolved: 2021-01-10
Related Reports
Relates :  
Relates :  
Description
While running tests added for 
8246585: ForkJoin updates
we discovered and fixed rare test failures, but the fixes inadvertently did not make it from jsr166 CVS into the git commit for 8246585.

test/jdk/java/util/concurrent/forkjoin/AsyncShutdownNow*.java
Comments
This was simply integration confusion on my part. The changes are actually for JDK-8258187.
10-01-2021