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.144 by jsr166, Mon Feb 11 03:13:03 2013 UTC vs.
Revision 1.145 by jsr166, Wed Feb 13 17:37:46 2013 UTC

# Line 471 | Line 471 | public class ThreadPoolExecutor extends
471       * We go further and preserve pool invariants even in the face of
472       * errors such as OutOfMemoryError, that might be thrown while
473       * trying to create threads.  Such errors are rather common due to
474 <     * the need to allocate a native stack in Thread#start, and users
474 >     * the need to allocate a native stack in Thread.start, and users
475       * will want to perform clean pool shutdown to clean up.  There
476       * will likely be enough memory available for the cleanup code to
477       * complete without encountering yet another OutOfMemoryError.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines