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.114 by dl, Tue Oct 3 00:21:08 2006 UTC vs.
Revision 1.115 by jsr166, Wed Dec 20 01:13:19 2006 UTC

# Line 1572 | Line 1572 | public class ThreadPoolExecutor extends
1572          } finally {
1573              mainLock.unlock();
1574          }
1575 <        if (removed)
1575 >        if (removed)
1576              tryTerminate(); // In case SHUTDOWN and now empty
1577          return removed;
1578      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines