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.152 by jsr166, Sat Nov 24 03:56:07 2012 UTC vs.
Revision 1.153 by jsr166, Mon Nov 26 14:11:54 2012 UTC

# Line 51 | Line 51 | import java.util.concurrent.TimeUnit;
51   * dynamically adding, suspending, or resuming internal worker
52   * threads, even if some tasks are stalled waiting to join
53   * others. However, no such adjustments are guaranteed in the face of
54 < * blocked IO or other unmanaged synchronization. The nested {@link
54 > * blocked I/O or other unmanaged synchronization. The nested {@link
55   * ManagedBlocker} interface enables extension of the kinds of
56   * synchronization accommodated.
57   *
# Line 3036 | Line 3036 | public class ForkJoinPool extends Abstra
3036       * commenced but not yet completed.  This method may be useful for
3037       * debugging. A return of {@code true} reported a sufficient
3038       * period after shutdown may indicate that submitted tasks have
3039 <     * ignored or suppressed interruption, or are waiting for IO,
3039 >     * ignored or suppressed interruption, or are waiting for I/O,
3040       * causing this executor not to properly terminate. (See the
3041       * advisory notes for class {@link ForkJoinTask} stating that
3042       * tasks should not normally entail blocking operations.  But if

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines