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.362 by jsr166, Fri Jan 17 20:33:28 2020 UTC vs.
Revision 1.363 by jsr166, Fri Jan 17 20:39:42 2020 UTC

# Line 1115 | Line 1115 | public class ForkJoinPool extends Abstra
1115           * @param task root of CountedCompleter computation
1116           * @param owned true if owned by a ForkJoinWorkerThread
1117           * @param limit max runs, or zero for no limit
1118 <         * @return ask status on exit
1118 >         * @return task status on exit
1119           */
1120          final int helpComplete(CountedCompleter<?> task, boolean owned,
1121                                 int limit) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines