--- jsr166/src/jsr166e/ForkJoinPool.java 2012/08/13 18:25:53 1.2 +++ jsr166/src/jsr166e/ForkJoinPool.java 2012/08/14 06:00:55 1.3 @@ -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