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.137 by jsr166, Sat Jan 12 18:28:42 2013 UTC vs.
Revision 1.138 by jsr166, Sun Jan 13 17:52:19 2013 UTC

# Line 96 | Line 96 | import java.util.*;
96   * of {@code Long.MAX_VALUE} {@link TimeUnit#NANOSECONDS} effectively
97   * disables idle threads from ever terminating prior to shut down. By
98   * default, the keep-alive policy applies only when there are more
99 < * than corePoolSizeThreads. But method {@link
99 > * than corePoolSize threads. But method {@link
100   * #allowCoreThreadTimeOut(boolean)} can be used to apply this
101   * time-out policy to core threads as well, so long as the
102   * keepAliveTime value is non-zero. </dd>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines