--- jsr166/src/jsr166y/ForkJoinPool.java 2012/08/13 18:25:53 1.130 +++ 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