mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8240193: loadLibrary("osxsecurity") should not be removed
Reviewed-by: ascarpino
This commit is contained in:
parent
511501048c
commit
0ab5b968fb
1 changed files with 4 additions and 0 deletions
|
@ -105,6 +105,10 @@ public final class KeychainStore extends KeyStoreSpi {
|
|||
|
||||
private static final Debug debug = Debug.getInstance("keystore");
|
||||
|
||||
static {
|
||||
jdk.internal.loader.BootLoader.loadLibrary("osxsecurity");
|
||||
}
|
||||
|
||||
private static void permissionCheck() {
|
||||
SecurityManager sec = System.getSecurityManager();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue