Please review this change to the KeyStore.getInstance(File,LoadStoreParameter) method to correctly handle its LoadStoreParameter argument. It now extracts the embedded password before calling the KeyStore.load(InputStream,char[]) method.
This fix corrects a JCK test that had been failing. Thanks. Webrev: http://cr.openjdk.java.net/~vinnie/8134112/webrev.00/ Bug: https://bugs.openjdk.java.net/browse/JDK-8134112