8009067: Improve storing keys in KeyStore

Reviewed-by: mullan, skoivu
This commit is contained in:
Vinnie Ryan 2013-03-21 12:14:59 +00:00
parent bf2d40f6db
commit ea20eb7d97

View File

@ -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