--- jsr166/src/jsr166e/ForkJoinPool.java 2012/11/14 19:05:03 1.14 +++ jsr166/src/jsr166e/ForkJoinPool.java 2012/11/19 01:04:24 1.17 @@ -63,7 +63,7 @@ import java.util.concurrent.TimeUnit; * {@link #toString} returns indications of pool state in a * convenient form for informal monitoring. * - *

As is the case with other ExecutorServices, there are three + *

As is the case with other ExecutorServices, there are three * main task execution methods summarized in the following table. * These are designed to be used primarily by clients not already * engaged in fork/join computations in the current pool. The main @@ -105,6 +105,7 @@ import java.util.concurrent.TimeUnit; * an integer greater than zero, {@code threadFactory} -- the class * name of a {@link ForkJoinWorkerThreadFactory}, and {@code * exceptionHandler} -- the class name of a {@link + * java.lang.Thread.UncaughtExceptionHandler * Thread.UncaughtExceptionHandler}. Upon any error in establishing * these settings, default parameters are used. * @@ -1850,7 +1851,7 @@ public class ForkJoinPool extends Abstra /** * Analog of tryHelpStealer for CountedCompleters. Tries to steal - * and run tasks within the target's computation + * and run tasks within the target's computation. * * @param task the task to join * @param mode if shared, exit upon completing any task