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.162 by jsr166, Sat Feb 16 16:24:46 2013 UTC vs.
Revision 1.163 by jsr166, Sat Feb 16 20:50:29 2013 UTC

# Line 1113 | Line 1113 | public class ForkJoinPool extends Abstra
1113       */
1114      private static final int SEED_INCREMENT = 0x61c88647;
1115  
1116 <    /**
1116 >    /*
1117       * Bits and masks for control variables
1118       *
1119       * Field ctl is a long packed with:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines