--- jsr166/src/jsr166e/ForkJoinPool.java 2012/11/14 19:05:03 1.14 +++ jsr166/src/jsr166e/ForkJoinPool.java 2012/11/18 06:31:13 1.15 @@ -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. *