Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8240193

loadLibrary("osxsecurity") should not be removed

XMLWordPrintable

    • b13
    • Not verified

        In the JDK-8239264 update, the following library loading line was removed by by accident:

        src/java.base/macosx/classes/apple/security/KeychainStore.java:
        - static {
        - jdk.internal.loader.BootLoader.loadLibrary("osxsecurity");
        - try {
        - PKCS8ShroudedKeyBag_OID = new ObjectIdentifier(keyBag);
        - pbeWithSHAAnd3KeyTripleDESCBC_OID = new ObjectIdentifier(pbeWithSHAAnd3KeyTripleDESCBC);
        - } catch (IOException ioe) {
        - // should not happen
        - }
        - }

              xuelei Xuelei Fan
              xuelei Xuelei Fan
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: