remove now-unnecessary test permission

This commit is contained in:
Robert Muir 2015-05-02 15:19:01 -04:00
parent 86fc8ceac7
commit fc54ff5f10
1 changed files with 0 additions and 1 deletions

View File

@ -86,7 +86,6 @@ grant {
// needed for testing access rules etc // needed for testing access rules etc
permission java.lang.RuntimePermission "createSecurityManager"; permission java.lang.RuntimePermission "createSecurityManager";
permission java.security.SecurityPermission "createPolicy.JavaPolicy";
// reflection hacks: // reflection hacks:
// needed for Striped64 (what is this doing), also enables unmap hack // needed for Striped64 (what is this doing), also enables unmap hack