--- jsr166/src/jsr166e/ForkJoinPool.java 2013/02/05 19:54:06 1.55 +++ jsr166/src/jsr166e/ForkJoinPool.java 2013/02/16 20:50:29 1.57 @@ -1131,7 +1131,7 @@ public class ForkJoinPool extends Abstra */ private static final int SEED_INCREMENT = 0x61c88647; - /** + /* * Bits and masks for control variables * * Field ctl is a long packed with: @@ -2185,7 +2185,7 @@ public class ForkJoinPool extends Abstra * producing extra tasks amortizes the uncertainty of progress and * diffusion assumptions. * - * So, users will want to use values larger, but not much larger + * So, users will want to use values larger (but not much larger) * than 1 to both smooth over transient shortages and hedge * against uneven progress; as traded off against the cost of * extra task overhead. We leave the user to pick a threshold