History log of /openjdk10/jdk/test/java/lang/ClassLoader/securityManager/ClassLoaderTest.java
Revision Date Author Comments
# 17218:1beb24516aa1 12-May-2017 bchristi

8177328: java/lang/ClassLoader/securityManager/ClassLoaderTest.java times out with -Xcomp
Summary: remove unneeded automatic module tests; refactor into multiple @runs
Reviewed-by: mchung


# 16691:d35044f37cdb 09-Feb-2017 alanb

Merge


# 16682:cad3932c20ec 09-Feb-2017 ssahoo

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