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.45 by dl, Tue Aug 4 12:41:27 2009 UTC vs.
Revision 1.46 by dl, Tue Aug 4 14:19:00 2009 UTC

# Line 1578 | Line 1578 | public class ForkJoinPool extends Abstra
1578          while (spareStack == null || !tryResumeSpare(dec)) {
1579              int counts = workerCounts;
1580              if (dec || (dec = casWorkerCounts(counts, --counts))) {
1581                // CAS cheat
1581                  if (!needSpare(counts, maintainParallelism))
1582                      break;
1583                  if (joinMe.status < 0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines