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

Comparing jsr166/src/main/java/util/concurrent/ForkJoinWorkerThread.java (file contents):
Revision 1.75 by jsr166, Sat Mar 18 16:32:29 2017 UTC vs.
Revision 1.76 by jsr166, Fri Aug 25 00:58:48 2017 UTC

# Line 20 | Line 20 | import java.security.ProtectionDomain;
20   * and termination methods surrounding the main task processing loop.
21   * If you do create such a subclass, you will also need to supply a
22   * custom {@link ForkJoinPool.ForkJoinWorkerThreadFactory} to
23 < * {@linkplain ForkJoinPool#ForkJoinPool use it} in a {@code ForkJoinPool}.
23 > * {@linkplain ForkJoinPool#ForkJoinPool(int, ForkJoinWorkerThreadFactory,
24 > * UncaughtExceptionHandler, boolean, int, int, int, Predicate, long, TimeUnit)
25 > * use it} in a {@code ForkJoinPool}.
26   *
27   * @since 1.7
28   * @author Doug Lea

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines