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.264 by jsr166, Sun Aug 9 18:06:42 2015 UTC vs.
Revision 1.265 by jsr166, Sun Aug 9 18:13:11 2015 UTC

# Line 2054 | Line 2054 | public class ForkJoinPool extends Abstra
2054  
2055      /**
2056       * Tries to locate and execute tasks for a stealer of the given
2057 <     * task, or in turn one of its stealers, Traces currentSteal ->
2057 >     * task, or in turn one of its stealers. Traces currentSteal ->
2058       * currentJoin links looking for a thread working on a descendant
2059       * of the given task and with a non-empty queue to steal back and
2060       * execute tasks from. The first call to this method upon a

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines