From c3c98f073e9aaa0e26b6b66abfefea6c8c9ca55d Mon Sep 17 00:00:00 2001 From: igerasim Date: Wed, 15 Mar 2017 10:58:05 -0700 Subject: [PATCH] 8176769: Remove accidental spec change in jdk8u Reviewed-by: chegar --- src/share/classes/java/util/concurrent/ThreadPoolExecutor.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/share/classes/java/util/concurrent/ThreadPoolExecutor.java b/src/share/classes/java/util/concurrent/ThreadPoolExecutor.java index 73f6b3357..0658b6d7d 100644 --- a/src/share/classes/java/util/concurrent/ThreadPoolExecutor.java +++ b/src/share/classes/java/util/concurrent/ThreadPoolExecutor.java @@ -1482,9 +1482,6 @@ public class ThreadPoolExecutor extends AbstractExecutorService { /** * Invokes {@code shutdown} when this executor is no longer * referenced and it has no threads. - * - *

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(); -- GitLab