changeset 9236:5ccb8bdab06c

8176769: Remove accidental spec change in jdk8u Reviewed-by: chegar
author igerasim
date Wed, 15 Mar 2017 10:58:05 -0700
parents 4ae0ef9be3ac
children a2a339770678
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	Thu Mar 30 22:29:57 2017 -0700
+++ b/src/share/classes/java/util/concurrent/ThreadPoolExecutor.java	Wed Mar 15 10:58:05 2017 -0700
@@ -1485,9 +1485,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();