mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8211860: Avoid reading security properties eagerly on Manifest class initialization
Reviewed-by: mullan, alanb
This commit is contained in:
parent
8791ea8dc0
commit
d5d74f0e26
2 changed files with 5 additions and 5 deletions
|
@ -32,6 +32,9 @@ import java.security.Security;
|
|||
|
||||
public class SecurityProperties {
|
||||
|
||||
public static final boolean INCLUDE_JAR_NAME_IN_EXCEPTIONS
|
||||
= includedInExceptions("jar");
|
||||
|
||||
/**
|
||||
* Returns the value of the security property propName, which can be overridden
|
||||
* by a system property of the same name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue