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.154 by jsr166, Mon Feb 11 06:57:51 2013 UTC vs.
Revision 1.155 by jsr166, Mon Feb 11 07:16:59 2013 UTC

# Line 98 | Line 98 | import java.util.concurrent.TimeUnit;
98   * </table>
99   *
100   * <p>The common pool is by default constructed with default
101 < * parameters, but these may be controlled by setting three {@link
102 < * System#getProperty system properties} with prefix {@code
103 < * java.util.concurrent.ForkJoinPool.common}: {@code parallelism} --
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
101 > * parameters, but these may be controlled by setting three
102 > * {@linkplain System#getProperty system properties} with prefix
103 > * {@code java.util.concurrent.ForkJoinPool.common}:
104 > * {@code parallelism} -- an integer greater than zero,
105 > * {@code threadFactory} -- the class name of a
106 > * {@link ForkJoinWorkerThreadFactory}, and
107 > * {@code 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.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines