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.87 by dl, Tue Nov 23 00:10:39 2010 UTC vs.
Revision 1.88 by dl, Tue Nov 23 01:06:00 2010 UTC

# Line 1774 | Line 1774 | public class ForkJoinPool extends Abstra
1774       * commenced but not yet completed.  This method may be useful for
1775       * debugging. A return of {@code true} reported a sufficient
1776       * period after shutdown may indicate that submitted tasks have
1777 <     * ignored or suppressed interruption, causing this executor not
1778 <     * to properly terminate.
1777 >     * ignored or suppressed interruption, or are waiting for IO,
1778 >     * causing this executor not to properly terminate. (See the
1779 >     * advisory notes for class {@link ForkJoinTask} stating that
1780 >     * tasks should not normally entail blocking operations.  But if
1781 >     * they do, they must abort them on interrupt.)
1782       *
1783       * @return {@code true} if terminating but not yet terminated
1784       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines