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.33 by jsr166, Tue Sep 7 06:42:39 2010 UTC vs.
Revision 1.34 by jsr166, Tue Sep 7 07:24:39 2010 UTC

# Line 1440 | Line 1440 | public class ForkJoinPool extends Abstra
1440  
1441      /**
1442       * Returns the number of worker threads that have started but not
1443 <     * yet terminated.  This result returned by this method may differ
1443 >     * yet terminated.  The result returned by this method may differ
1444       * from {@link #getParallelism} when threads are created to
1445       * maintain parallelism when others are cooperatively blocked.
1446       *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines