ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ForkJoinPool.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/ForkJoinPool.java (file contents):
Revision 1.399 by dl, Sat Feb 20 14:01:18 2021 UTC vs.
Revision 1.400 by jsr166, Sun Feb 21 22:32:56 2021 UTC

# Line 494 | Line 494 | public class ForkJoinPool extends Abstra
494       * checking isQuiescent before triggering the "STOP" phase of
495       * termination. To conform to ExecutorService invoke, invokeAll,
496       * and invokeAny specs, we must track pool status while waiting,
497 <     * and interrupt interruptable callers on termination (see
497 >     * and interrupt interruptible callers on termination (see
498       * ForkJoinTask.joinForPoolInvoke etc).
499       *
500       * Joining Tasks

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines