ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/Executors.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/Executors.java (file contents):
Revision 1.52 by jsr166, Mon May 2 18:38:53 2005 UTC vs.
Revision 1.53 by dl, Sun May 15 23:56:37 2005 UTC

# Line 252 | Line 252 | public class Executors {
252       * java.lang.SecurityManager}, it uses the group of {@link
253       * System#getSecurityManager}, else the group of the thread
254       * invoking this <tt>defaultThreadFactory</tt> method. Each new
255 <     * thread is created as a non-daemon thread with priority
256 <     * <tt>Thread.NORM_PRIORITY</tt>. New threads have names
255 >     * thread is created as a non-daemon thread with priority set to
256 >     * the smaller of <tt>Thread.NORM_PRIORITY</tt> and the maximum
257 >     * priority permitted in the thread group.  New threads have names
258       * accessible via {@link Thread#getName} of
259       * <em>pool-N-thread-M</em>, where <em>N</em> is the sequence
260       * number of this factory, and <em>M</em> is the sequence number

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines