changeset 12592:3237f27a9d22 jdk8u141-b11

8176769: Remove accidental spec change in jdk8u Reviewed-by: chegar
author igerasim
date Wed, 15 Mar 2017 10:58:05 -0700
parents d99101781d7e
children 490b22e81183
files src/share/classes/java/util/concurrent/ThreadPoolExecutor.java
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/classes/java/util/concurrent/ThreadPoolExecutor.java	Tue May 23 11:30:25 2017 -0700
+++ b/src/share/classes/java/util/concurrent/ThreadPoolExecutor.java	Wed Mar 15 10:58:05 2017 -0700
@@ -1482,9 +1482,6 @@
     /**
      * Invokes {@code shutdown} when this executor is no longer
      * referenced and it has no threads.
-     *
-     * <p>This method is invoked with privileges that are restricted by
-     * the security context of the caller that invokes the constructor.
      */
     protected void finalize() {
         SecurityManager sm = System.getSecurityManager();