< prev index next >

src/java.base/macosx/classes/apple/security/KeychainStore.java

Print this page

        

@@ -104,11 +104,11 @@
     private static final int SALT_LEN = 20;
 
     private static final Debug debug = Debug.getInstance("keystore");
 
     static {
-        jdk.internal.loader.BootLoader.loadLibrary("osxsecurity");
+        sun.security.action.LoadLibraryAction.privilegedLoadLibrary("osxsecurity");
     }
 
     private static void permissionCheck() {
         SecurityManager sec = System.getSecurityManager();
 
< prev index next >