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.172 by jsr166, Tue Mar 28 18:13:10 2017 UTC vs.
Revision 1.173 by dl, Sat Apr 15 00:12:38 2017 UTC

# Line 1449 | Line 1449 | public class ThreadPoolExecutor extends
1449       * Invokes {@code shutdown} when this executor is no longer
1450       * referenced and it has no threads.
1451       */
1452 +    @SuppressWarnings("deprecation")
1453      protected void finalize() {
1454          shutdown();
1455      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines