Mandy Chung wrote:
Fixed 6903638: Remove dependency on AuthPermission from SecurityConstants

Webrev at:
  http://cr.openjdk.java.net/~mchung/6903638/webrev.00/

Move the two static fields defined in the SecurityConstants to javax.security.auth.Subject class. javax.security.auth classes are not needed during boot.

Just noticed one small thing -

SecurityConstants:

- remove the import :

  36 import javax.security.auth.AuthPermission;

--Sean

Reply via email to