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

Comparing jsr166/src/jsr166y/ForkJoinPool.java (file contents):
Revision 1.142 by jsr166, Wed Nov 14 19:05:03 2012 UTC vs.
Revision 1.143 by jsr166, Sun Nov 18 06:28:18 2012 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines