commit | cf9ce2262ab2460cca87dea4215c9af0a5e75b68 | [log] [tgz] |
---|---|---|
author | Sibabrata Sahoo <ssahoo@openjdk.org> | Thu Feb 09 05:19:48 2017 -0800 |
committer | Sibabrata Sahoo <ssahoo@openjdk.org> | Thu Feb 09 05:19:48 2017 -0800 |
tree | 7093de88a5592b085d23064f9a02b7aa52afad00 | |
parent | 5de3ee90c88f581453f7a1e1ef061d8be88dc28c [diff] |
8168423: Test Task: Custom system class loader + security manager + malformed policy file = recursive initialization 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