remove now-unnecessary test permission
This commit is contained in:
parent
86fc8ceac7
commit
fc54ff5f10
|
@ -86,7 +86,6 @@ grant {
|
|||
|
||||
// needed for testing access rules etc
|
||||
permission java.lang.RuntimePermission "createSecurityManager";
|
||||
permission java.security.SecurityPermission "createPolicy.JavaPolicy";
|
||||
|
||||
// reflection hacks:
|
||||
// needed for Striped64 (what is this doing), also enables unmap hack
|
||||
|
|
Loading…
Reference in New Issue