--- jsr166/src/jsr166y/ForkJoinPool.java 2013/09/16 14:52:48 1.186 +++ jsr166/src/jsr166y/ForkJoinPool.java 2015/07/27 03:06:08 1.187 @@ -687,7 +687,7 @@ public class ForkJoinPool extends Abstra return (n >= 0) ? 0 : -n; // ignore transient negative } - /** + /** * Provides a more accurate estimate of whether this queue has * any tasks than does queueSize, by checking whether a * near-empty queue has at least one unclaimed task.