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.48 by dl, Mon Dec 29 19:05:22 2003 UTC vs.
Revision 1.49 by dl, Sun Jan 4 00:56:48 2004 UTC

# Line 376 | Line 376 | public class ThreadPoolExecutor extends
376          handler.rejectedExecution(command, this);
377      }
378  
379
380
379      /**
380       * Create and return a new thread running firstTask as its first
381       * task. Call only while holding mainLock
# Line 396 | Line 394 | public class ThreadPoolExecutor extends
394          return t;
395      }
396  
399
400
397      /**
398       * Create and start a new thread running firstTask as its first
399       * task, only if less than corePoolSize threads are running.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines