ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ThreadPoolExecutor.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/ThreadPoolExecutor.java (file contents):
Revision 1.89 by dl, Tue Jun 20 10:48:55 2006 UTC vs.
Revision 1.90 by dl, Tue Jun 20 11:53:05 2006 UTC

# Line 1024 | Line 1024 | public class ThreadPoolExecutor extends
1024       * This method is called from the three places in which
1025       * termination can occur: in workerDone on exit of the last thread
1026       * after pool has been shut down, or directly within calls to
1027 <     * shutdown or shutdownNow, if there are no live thread.,
1027 >     * shutdown or shutdownNow, if there are no live threads.
1028       */
1029      private void tryTerminate() {
1030          if (poolSize == 0) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines