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.15 by dl, Sun Apr 18 12:54:57 2010 UTC vs.
Revision 1.16 by dl, Sun Apr 18 14:00:08 2010 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines