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.222 by jsr166, Fri Aug 29 02:34:27 2014 UTC vs.
Revision 1.223 by dl, Fri Aug 29 13:40:09 2014 UTC

# Line 115 | Line 115 | import java.security.Permissions;
115   * <li>{@code java.util.concurrent.ForkJoinPool.common.exceptionHandler}
116   * - the class name of a {@link UncaughtExceptionHandler}
117   * <li>{@code java.util.concurrent.ForkJoinPool.common.maximumSpares}
118 < * - the maximum number of alloed extra threads to maintain target
118 > * - the maximum number of allowed extra threads to maintain target
119   * parallelism (default 256).
120   * </ul>
121   * If a {@link SecurityManager} is present and no factory is

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines