mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8344299: SM cleanup in javax.naming modules
Reviewed-by: alanb, dfuchs
This commit is contained in:
parent
43000a34d5
commit
959fa4a1a3
24 changed files with 88 additions and 382 deletions
|
@ -96,10 +96,6 @@ public final class SecurityConstants {
|
|||
public static final RuntimePermission GET_PD_PERMISSION =
|
||||
new RuntimePermission("getProtectionDomain");
|
||||
|
||||
// java.lang.Class, java.lang.ClassLoader, java.lang.Thread
|
||||
public static final RuntimePermission GET_CLASSLOADER_PERMISSION =
|
||||
new RuntimePermission("getClassLoader");
|
||||
|
||||
// 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