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.39 by jsr166, Sun Aug 2 17:55:51 2009 UTC vs.
Revision 1.40 by jsr166, Mon Aug 3 00:53:15 2009 UTC

# Line 956 | Line 956 | public class ForkJoinPool extends Abstra
956      }
957  
958      /**
959 <     * Returns an estimate of the number tasks submitted to this pool
960 <     * that have not yet begun executing. This method takes time
959 >     * Returns an estimate of the number of tasks submitted to this
960 >     * pool that have not yet begun executing.  This method takes time
961       * proportional to the number of submissions.
962       *
963       * @return the number of queued submissions
# Line 1742 | Line 1742 | public class ForkJoinPool extends Abstra
1742       * Method {@code isReleasable} must return {@code true} if
1743       * blocking is not necessary. Method {@code block} blocks the
1744       * current thread if necessary (perhaps internally invoking
1745 <     * {@code isReleasable} before actually blocking.).
1745 >     * {@code isReleasable} before actually blocking).
1746       *
1747       * <p>For example, here is a ManagedBlocker based on a
1748       * ReentrantLock:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines