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.54 by dl, Sun Apr 18 12:51:18 2010 UTC vs.
Revision 1.55 by dl, Sun Apr 18 13:59:57 2010 UTC

# Line 1494 | Line 1494 | public class ForkJoinPool extends Abstra
1494       * construction of new threads. The use of this method may cause
1495       * tasks that intrinsically require extra threads for dependent
1496       * computations to indefinitely stall. If you are instead trying
1497 <     * to minimize internal thread creation, consider setting {link
1497 >     * to minimize internal thread creation, consider setting {@link
1498       * #setMaintainsParallelism} as false.
1499       *
1500       * @throws IllegalArgumentException if negative or greater than

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines