Sibabrata Sahoo f343f201a5 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
2017-02-09 05:19:48 -08:00

4 lines
82 B
Plaintext

grant {
xyz;
permission java.util.PropertyPermission "test.src", "read";
}