ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jsr166e/ForkJoinPool.java
(Generate patch)

Comparing jsr166/src/jsr166e/ForkJoinPool.java (file contents):
Revision 1.63 by jsr166, Sun Jul 21 06:27:42 2013 UTC vs.
Revision 1.64 by jsr166, Mon Sep 16 14:52:48 2013 UTC

# Line 2096 | Line 2096 | public class ForkJoinPool extends Abstra
2096                      w.currentSteal = ps;
2097                  }
2098              }
2099 <            else if (active) {       // decrement active count without queuing
2099 >            else if (active) {      // decrement active count without queuing
2100                  long nc = ((c = ctl) & ~AC_MASK) | ((c & AC_MASK) - AC_UNIT);
2101                  if ((int)(nc >> AC_SHIFT) + parallelism == 0)
2102                      break;          // bypass decrement-then-increment

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines