mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8289610: Degrade Thread.stop
Reviewed-by: rriggs, cjplummer, jpai, mchung, prr, mullan
This commit is contained in:
parent
05c8cabdad
commit
acd5bcfc88
26 changed files with 179 additions and 226 deletions
|
@ -124,10 +124,6 @@ public final class SecurityConstants {
|
|||
public static final RuntimePermission GET_CLASSLOADER_PERMISSION =
|
||||
new RuntimePermission("getClassLoader");
|
||||
|
||||
// java.lang.Thread
|
||||
public static final RuntimePermission STOP_THREAD_PERMISSION =
|
||||
new RuntimePermission("stopThread");
|
||||
|
||||
// java.lang.Thread
|
||||
public static final RuntimePermission GET_STACK_TRACE_PERMISSION =
|
||||
new RuntimePermission("getStackTrace");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue