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.101 by jsr166, Mon Jul 17 00:33:16 2006 UTC vs.
Revision 1.102 by jsr166, Mon Jul 17 02:51:56 2006 UTC

# Line 1116 | Line 1116 | public class ThreadPoolExecutor extends
1116           * third case, because we have already set runState, we can
1117           * only try to back out from the shutdown as cleanly as
1118           * possible. Some workers may have been killed but we remain
1119 <         * in non-shutdown state..
1119 >         * in non-shutdown state.
1120           */
1121  
1122          SecurityManager security = System.getSecurityManager();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines