--- old/src/jdk.deploy.osx/macosx/classes/apple/security/KeychainStore.java 2015-01-15 16:36:49.547707664 -0800 +++ new/src/jdk.deploy.osx/macosx/classes/apple/security/KeychainStore.java 2015-01-15 16:36:49.359707672 -0800 @@ -911,6 +911,7 @@ return true; } + @SuppressWarnings("deprecation") private byte[] fetchPrivateKeyFromBag(byte[] privateKeyInfo) throws IOException, NoSuchAlgorithmException, CertificateException { byte[] returnValue = null; @@ -971,6 +972,7 @@ return returnValue; } + @SuppressWarnings("deprecation") private byte[] extractKeyData(DerInputStream stream) throws IOException, NoSuchAlgorithmException, CertificateException {