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.184 by dl, Wed Jan 17 00:32:55 2018 UTC vs.
Revision 1.185 by jsr166, Wed Jan 17 05:35:05 2018 UTC

# Line 239 | Line 239 | import java.util.concurrent.locks.Reentr
239   *
240   * <dd>A pool that is no longer referenced in a program <em>AND</em>
241   * has no remaining threads may be reclaimed (garbage collected)
242 < * without being explicity shutdown. You can configure a pool to allow
243 < * all unused threads to eventually die by setting appropriate
242 > * without being explicitly shutdown. You can configure a pool to
243 > * allow all unused threads to eventually die by setting appropriate
244   * keep-alive times, using a lower bound of zero core threads and/or
245   * setting {@link #allowCoreThreadTimeOut(boolean)}.  </dd>
246   *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines