8009067: Improve storing keys in KeyStore
Reviewed-by: mullan, skoivu
This commit is contained in:
parent
bf2d40f6db
commit
ea20eb7d97
@ -2093,7 +2093,7 @@ public class KeyStore {
|
||||
oldException);
|
||||
}
|
||||
try {
|
||||
return AccessController.doPrivileged(action);
|
||||
return AccessController.doPrivileged(action, context);
|
||||
} catch (PrivilegedActionException e) {
|
||||
Throwable cause = e.getCause();
|
||||
throw new KeyStoreException
|
||||
|
Loading…
x
Reference in New Issue
Block a user