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.2 by dl, Tue May 27 18:14:40 2003 UTC vs.
Revision 1.3 by dl, Wed May 28 23:00:40 2003 UTC

# Line 256 | Line 256 | public class ThreadPoolExecutor implemen
256       * task, only if less than corePoolSize threads are running.
257       * @return true if successful.
258       */
259 <    private boolean addIfUnderCorePoolSize(Runnable task) {
259 >    boolean addIfUnderCorePoolSize(Runnable task) {
260          Thread t = null;
261          mainLock.lock();
262          try {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines