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

Comparing jsr166/src/jdk7/java/util/concurrent/ForkJoinPool.java (file contents):
Revision 1.2 by jsr166, Sun Dec 30 00:03:36 2012 UTC vs.
Revision 1.3 by jsr166, Sun Dec 30 02:05:53 2012 UTC

# Line 1674 | Line 1674 | public class ForkJoinPool extends Abstra
1674       * park awaiting signal, else lingering to help scan and signal.
1675       *
1676       * * If a non-empty queue discovered or left as a hint,
1677 <     * help wake up other workers before return
1677 >     * help wake up other workers before return.
1678       *
1679       * @param w the worker (via its WorkQueue)
1680       * @return a task or null if none found

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines