hg: jdk9/sandbox/jdk: 8168423: Test Task: Custom system class loader + security manager + malformed policy file = recursive initialization
chris.hegarty at oracle.com
chris.hegarty at oracle.com
Thu Feb 9 13:31:01 UTC 2017
Changeset: cad3932c20ec
Author: ssahoo
Date: 2017-02-09 05:19 -0800
URL: http://hg.openjdk.java.net/jdk9/sandbox/jdk/rev/cad3932c20ec
8168423: Test Task: Custom system class loader + security manager + malformed policy file = recursive initialization
Summary: If a malformed policy file is encountered when running with a custom system class loader then it leads to a recursive initialization issue
Reviewed-by: mullan
+ test/java/lang/ClassLoader/securityManager/ClassLoaderTest.java
+ test/java/lang/ClassLoader/securityManager/TestClassLoader.java
+ test/java/lang/ClassLoader/securityManager/TestClient.java
+ test/java/lang/ClassLoader/securityManager/malformed.policy
+ test/java/lang/ClassLoader/securityManager/valid.policy
More information about the jdk9-sandbox-changes
mailing list