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.145 by jsr166, Mon Nov 19 01:04:24 2012 UTC

# Line 62 | Line 62 | import java.util.concurrent.TimeUnit;
62   * {@link #toString} returns indications of pool state in a
63   * convenient form for informal monitoring.
64   *
65 < * <p> As is the case with other ExecutorServices, there are three
65 > * <p>As is the case with other ExecutorServices, there are three
66   * main task execution methods summarized in the following table.
67   * These are designed to be used primarily by clients not already
68   * engaged in fork/join computations in the current pool.  The main
# 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   *
# Line 1849 | Line 1850 | public class ForkJoinPool extends Abstra
1850  
1851      /**
1852       * Analog of tryHelpStealer for CountedCompleters. Tries to steal
1853 <     * and run tasks within the target's computation
1853 >     * and run tasks within the target's computation.
1854       *
1855       * @param task the task to join
1856       * @param mode if shared, exit upon completing any task

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines