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);
|
oldException);
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
return AccessController.doPrivileged(action);
|
return AccessController.doPrivileged(action, context);
|
||||||
} catch (PrivilegedActionException e) {
|
} catch (PrivilegedActionException e) {
|
||||||
Throwable cause = e.getCause();
|
Throwable cause = e.getCause();
|
||||||
throw new KeyStoreException
|
throw new KeyStoreException
|
||||||
|
Loading…
x
Reference in New Issue
Block a user