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.121 by jsr166, Tue Jan 31 01:33:21 2012 UTC vs.
Revision 1.122 by jsr166, Tue Jan 31 01:51:13 2012 UTC

# Line 1553 | Line 1553 | public class ForkJoinPool extends Abstra
1553                      w.totalSteals += ns;
1554                  }
1555              }
1556 <            else{                            // already queued
1556 >            else {                           // already queued
1557                  if (parallelism == -a)
1558                      idleAwaitWork(w);        // quiescent
1559                  if (w.eventCount == ec) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines