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

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

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines