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.361 by jsr166, Fri Jan 17 20:31:54 2020 UTC vs.
Revision 1.362 by jsr166, Fri Jan 17 20:33:28 2020 UTC

# Line 2561 | Line 2561 | public class ForkJoinPool extends Abstra
2561  
2562          /**
2563           * Creates, records, and forks a BulkTask for each Callable;
2564 <         * returns the array, with first element root task (if nonempty)
2564 >         * returns the array, with first element root task (if nonempty).
2565           */
2566          static <T> BulkTask<T>[] forkAll(Collection<? extends Callable<T>> cs,
2567                                           boolean invokeAny) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines