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.123 by dl, Mon Feb 20 18:20:06 2012 UTC vs.
Revision 1.124 by jsr166, Mon Feb 20 23:32:24 2012 UTC

# Line 1588 | Line 1588 | public class ForkJoinPool extends Abstra
1588                  else {
1589                      if ((ns = w.nsteals) != 0) {
1590                          w.nsteals = 0;        // set rescans if ran task
1591 <                        w.rescans = (a > 0)? 0 : a + parallelism;
1591 >                        w.rescans = (a > 0) ? 0 : a + parallelism;
1592                          w.totalSteals += ns;
1593                      }
1594                      if (a == 1 - parallelism) // quiescent

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines