--- jsr166/src/jsr166y/ForkJoinPool.java 2012/05/22 23:08:19 1.129 +++ jsr166/src/jsr166y/ForkJoinPool.java 2012/08/14 06:00:55 1.131 @@ -1047,6 +1047,7 @@ public class ForkJoinPool extends Abstra ASHIFT = 31 - Integer.numberOfLeadingZeros(s); } } + /** * Per-thread records for threads that submit to pools. Currently * holds only pseudo-random seed / index that is used to choose @@ -1103,7 +1104,7 @@ public class ForkJoinPool extends Abstra private static final RuntimePermission modifyThreadPermission; /** - * Per-thread submission bookeeping. Shared across all pools + * Per-thread submission bookkeeping. Shared across all pools * to reduce ThreadLocal pollution and because random motion * to avoid contention in one pool is likely to hold for others. */