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.43 by jsr166, Tue Aug 4 00:55:13 2009 UTC vs.
Revision 1.44 by dl, Tue Aug 4 11:44:33 2009 UTC

# Line 45 | Line 45 | import java.util.concurrent.atomic.Atomi
45   * #setMaintainsParallelism}, the pool attempts to maintain this
46   * number of active (or available) threads by dynamically adding,
47   * suspending, or resuming internal worker threads, even if some tasks
48 < * are waiting to join others. However, no such adjustments are
49 < * performed in the face of blocked IO or other unmanaged
48 > * are stalled waiting to join others. However, no such adjustments
49 > * are performed in the face of blocked IO or other unmanaged
50   * synchronization. The nested {@link ManagedBlocker} interface
51   * enables extension of the kinds of synchronization accommodated.
52   * The target parallelism level may also be changed dynamically

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines