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.160 by dl, Tue Feb 12 01:23:06 2013 UTC vs.
Revision 1.161 by jsr166, Wed Feb 13 18:30:47 2013 UTC

# Line 2150 | Line 2150 | public class ForkJoinPool extends Abstra
2150       * producing extra tasks amortizes the uncertainty of progress and
2151       * diffusion assumptions.
2152       *
2153 <     * So, users will want to use values larger, but not much larger
2153 >     * So, users will want to use values larger (but not much larger)
2154       * than 1 to both smooth over transient shortages and hedge
2155       * against uneven progress; as traded off against the cost of
2156       * extra task overhead. We leave the user to pick a threshold

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines