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

Comparing jsr166/src/jsr166y/ForkJoinPool.java (file contents):
Revision 1.144 by jsr166, Sun Nov 18 18:03:10 2012 UTC vs.
Revision 1.145 by jsr166, Mon Nov 19 01:04:24 2012 UTC

# Line 1850 | Line 1850 | public class ForkJoinPool extends Abstra
1850  
1851      /**
1852       * Analog of tryHelpStealer for CountedCompleters. Tries to steal
1853 <     * and run tasks within the target's computation
1853 >     * and run tasks within the target's computation.
1854       *
1855       * @param task the task to join
1856       * @param mode if shared, exit upon completing any task

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines