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.163 by jsr166, Mon Sep 14 20:06:57 2015 UTC vs.
Revision 1.164 by jsr166, Sun Sep 20 17:03:23 2015 UTC

# Line 451 | Line 451 | public class ThreadPoolExecutor extends
451      private final HashSet<Worker> workers = new HashSet<>();
452  
453      /**
454 <     * Wait condition to support awaitTermination
454 >     * Wait condition to support awaitTermination.
455       */
456      private final Condition termination = mainLock.newCondition();
457  
# Line 527 | Line 527 | public class ThreadPoolExecutor extends
527      private volatile int maximumPoolSize;
528  
529      /**
530 <     * The default rejected execution handler
530 >     * The default rejected execution handler.
531       */
532      private static final RejectedExecutionHandler defaultHandler =
533          new AbortPolicy();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines