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.355 by dl, Fri Jan 17 18:12:07 2020 UTC vs.
Revision 1.356 by jsr166, Fri Jan 17 18:25:56 2020 UTC

# Line 1778 | Line 1778 | public class ForkJoinPool extends Abstra
1778       * Version of helpJoin for CountedCompleters, also usable with
1779       * external submitter threads. Scans for and runs subtasks of the
1780       * given root task, compensating and blocking if none are found.
1781 <
1781 >     *
1782       * @param task root of CountedCompleter computation
1783       * @param w caller's WorkQueue
1784       * @return task status on exit, or ADJUST for compensated blocking
# Line 2545 | Line 2545 | public class ForkJoinPool extends Abstra
2545                      p.complete(r);
2546                  else
2547                      complete(r);
2548 <            } catch(Throwable ex) {
2548 >            } catch (Throwable ex) {
2549                  completeExceptionally(ex);
2550              }
2551          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines