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.237 by jsr166, Fri Jan 16 17:34:43 2015 UTC vs.
Revision 1.238 by jsr166, Fri Jan 16 17:36:37 2015 UTC

# Line 2434 | Line 2434 | public class ForkJoinPool extends Abstra
2434          if (((t = Thread.currentThread()) instanceof ForkJoinWorkerThread) &&
2435              (w = (ForkJoinWorkerThread)t).pool == this)
2436              w.workQueue.push(task);
2437 <        else
2437 >        else
2438              externalPush(task);
2439          return task;
2440      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines