ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jsr166e/ForkJoinPool.java
(Generate patch)

Comparing jsr166/src/jsr166e/ForkJoinPool.java (file contents):
Revision 1.14 by jsr166, Wed Nov 14 19:05:03 2012 UTC vs.
Revision 1.15 by jsr166, Sun Nov 18 06:31:13 2012 UTC

# Line 105 | Line 105 | import java.util.concurrent.TimeUnit;
105   * an integer greater than zero, {@code threadFactory} -- the class
106   * name of a {@link ForkJoinWorkerThreadFactory}, and {@code
107   * exceptionHandler} -- the class name of a {@link
108 + * java.lang.Thread.UncaughtExceptionHandler
109   * Thread.UncaughtExceptionHandler}. Upon any error in establishing
110   * these settings, default parameters are used.
111   *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines