--- jsr166/src/jsr166e/ForkJoinPool.java 2012/12/20 17:14:32 1.37 +++ jsr166/src/jsr166e/ForkJoinPool.java 2012/12/30 02:05:53 1.39 @@ -1087,8 +1087,8 @@ public class ForkJoinPool extends Abstra private static int poolNumberSequence; /** - * Return the next sequence number. We don't expect this to - * ever contend so use simple builtin sync. + * Returns the next sequence number. We don't expect this to + * ever contend, so use simple builtin sync. */ private static final synchronized int nextPoolId() { return ++poolNumberSequence; @@ -1661,7 +1661,7 @@ public class ForkJoinPool extends Abstra * park awaiting signal, else lingering to help scan and signal. * * * If a non-empty queue discovered or left as a hint, - * help wake up other workers before return + * help wake up other workers before return. * * @param w the worker (via its WorkQueue) * @return a task or null if none found