Hi all,
This change fixes the test
test/sun/security/tools/policytool/UpdatePermissions.sh, a manual
policytool test that asks the user to select printIdentity from the list
of Target Names for SecurityPermission even though printIdentity is not
listed.
java.security.Identity is deprecated so its omission is by design. I've
replaced printIdentity with a different SecurityPermission target.
webrev: http://cr.openjdk.java.net/~juh/8006092/webrev.00/
bug: http://bugs.sun.com/view_bug.do?bug_id=8006092
Thanks,
Jason