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.31 by jsr166, Tue Sep 7 06:28:36 2010 UTC vs.
Revision 1.32 by jsr166, Tue Sep 7 06:32:45 2010 UTC

# Line 805 | Line 805 | public class ForkJoinPool extends Abstra
805      // Maintaining parallelism
806  
807      /**
808 <     * Pushes worker onto the spare stack
808 >     * Pushes worker onto the spare stack.
809       */
810      final void pushSpare(ForkJoinWorkerThread w) {
811          int ns = (++w.spareCount << SPARE_COUNT_SHIFT) | (w.poolIndex + 1);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines