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.186 by jsr166, Wed May 22 16:08:05 2013 UTC vs.
Revision 1.187 by jsr166, Thu May 23 01:10:42 2013 UTC

# Line 51 | Line 51 | import java.util.concurrent.TimeUnit;
51   * level; by default, equal to the number of available processors. The
52   * pool attempts to maintain enough active (or available) threads by
53   * dynamically adding, suspending, or resuming internal worker
54 < * threads, even if some tasks are stalled waiting to join
55 < * others. However, no such adjustments are guaranteed in the face of
56 < * blocked I/O or other unmanaged synchronization. The nested {@link
54 > * threads, even if some tasks are stalled waiting to join others.
55 > * However, no such adjustments are guaranteed in the face of blocked
56 > * I/O or other unmanaged synchronization. The nested {@link
57   * ManagedBlocker} interface enables extension of the kinds of
58   * synchronization accommodated.
59   *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines