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

Comparing jsr166/src/main/java/util/concurrent/ForkJoinPool.java (file contents):
Revision 1.164 by dl, Fri Feb 22 01:11:48 2013 UTC vs.
Revision 1.165 by jsr166, Fri Feb 22 01:24:49 2013 UTC

# Line 110 | Line 110 | import java.util.concurrent.TimeUnit;
110   * <li>{@code java.util.concurrent.ForkJoinPool.common.exceptionHandler}
111   * - the class name of a {@link UncaughtExceptionHandler}
112   * </ul>
113 < * The system class loader is used to load these classes.
113 > * The system class loader is used to load these classes.
114   * Upon any error in establishing these settings, default parameters
115   * are used. It is possible to disable or limit the use of threads in
116   * the common pool by setting the parallelism property to zero, and/or

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines