A DESCRIPTION OF THE PROBLEM :
FINE: X509Certificate: Alg:{0}, Serial:{1}, Subject:{2}, Issuer:{3}, Key type:{4}, Length:{5}, Cert Id:{6}, Valid from:{7}, Valid until:{8}
> Error: A JNI error has occurred, please check your installation and try again
> Exception in thread "main" java.lang.NullPointerException
> at java.util.jar.JarVerifier.processEntry(Unknown Source)
> at java.util.jar.JarVerifier.update(Unknown Source)
> at java.util.jar.JarFile.initializeVerifier(Unknown Source)
> at java.util.jar.JarFile.ensureInitialization(Unknown Source)
> at java.util.jar.JavaUtilJarAccessImpl.ensureInitialization(Unknown Source)
> at sun.misc.URLClassPath$JarLoader$2.getManifest(Unknown Source)
> at java.net.URLClassLoader.defineClass(Unknown Source)
> at java.net.URLClassLoader.access$100(Unknown Source)
> at java.net.URLClassLoader$1.run(Unknown Source)
> at java.net.URLClassLoader$1.run(Unknown Source)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.net.URLClassLoader.findClass(Unknown Source)
> at java.lang.ClassLoader.loadClass(Unknown Source)
> at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
> at java.lang.ClassLoader.loadClass(Unknown Source)
> at sun.launcher.LauncherHelper.checkAndLoadMain(Unknown Source)
And I saw the release note mentioned there has a fix related with X509CertificateEvent.
The bug is: JDK-8214161
Is it possible regression ? the release 221 is no problem.
Thank you,