RFR : JDK-8186224 javax/management/remote/mandatory/subjectDelegation/* fail with java.security.AccessControlException
    Ujwal Vangapally 
    ujwal.vangapally at oracle.com
       
    Tue Aug 22 08:41:01 UTC 2017
    
    
  
Kindly review the changes made.
Before these changes tests fail on windows if we execute them from any 
Drive other than C.
grant codebase "file:/-" {}   is granting permissions only to code 
present in C Drive on windows.
Hence changing    'grant codebase "file:/-" {} ' to  grant {} will solve 
the issue by giving permissions to all drives.
https://bugs.openjdk.java.net/browse/JDK-8186224
webrev: 
http://cr.openjdk.java.net/~uvangapally/webrev/2017/8186224/webrev.00/
Thanks,
Ujwal.
    
    
More information about the serviceability-dev
mailing list