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.125 by jsr166, Tue Feb 21 00:19:23 2012 UTC vs.
Revision 1.126 by jsr166, Tue Feb 21 00:44:53 2012 UTC

# Line 1761 | Line 1761 | public class ForkJoinPool extends Abstra
1761       * check requires a full scan, it is worthwhile in reducing false
1762       * alarms.
1763       *
1764 <     * @param task if nonnull, a task being waited for
1765 <     * @param blocker if nonnull, a blocker being waited for
1764 >     * @param task if non-null, a task being waited for
1765 >     * @param blocker if non-null, a blocker being waited for
1766       * @return true if the caller can block, else should recheck and retry
1767       */
1768      final boolean tryCompensate(ForkJoinTask<?> task, ManagedBlocker blocker) {
# Line 1821 | Line 1821 | public class ForkJoinPool extends Abstra
1821      }
1822  
1823      /**
1824 <     * Helps and/or blocks until the given task is done
1824 >     * Helps and/or blocks until the given task is done.
1825       *
1826       * @param joiner the joining worker
1827       * @param task the task

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines