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.284 by dl, Sat Oct 3 17:42:05 2015 UTC vs.
Revision 1.285 by dl, Sun Oct 4 21:03:54 2015 UTC

# Line 1961 | Line 1961 | public class ForkJoinPool extends Abstra
1961                      else {
1962                          q.base = b;
1963                          w.currentSteal = t;
1964 <                        if (d != -1)               // propagate signal
1964 >                        if (d != -1 || b != q.top) // propagate signal
1965                              signalWork();
1966                          w.runTask(t);
1967                          if (++npolls > bound)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines