Seeing JNI exception in 8u232 jdk builds

Hohensee, Paul hohensee at amazon.com
Tue Dec 10 20:26:54 UTC 2019


Can you provide us with a reproducer please? Attachments are stripped, so hopefully the reproducer is small enough to inline into an email message. If not, send me the file at hohensee at amazon.com and I'll file a JBS issue.

Thanks,
Paul

On 12/5/19, 3:18 AM, "jdk8u-dev on behalf of brahmam" <jdk8u-dev-bounces at openjdk.java.net on behalf of sreerama.naga at gmail.com> wrote:

    Hi Everyone,
    
    
    We are seeing the below exception during our application set up when using
    8u232 alone, But it is working fine with previous version before 8u232.
    any idea please?
    
    2019/12/05 16:40:45 | INFO   | jvm 2    | [Dynamic-linking native method
    java.io.FileOutputStream.writeBytes ... JNI]
    2019/12/05 16:40:45 | INFO   | jvm 2    | java.lang.NullPointerException
    2019/12/05 16:40:45 | INFO   | jvm 2    | [Dynamic-linking native method
    java.lang.Throwable.getStackTraceDepth ... JNI]
    2019/12/05 16:40:45 | INFO   | jvm 2    | [Dynamic-linking native method
    java.lang.Throwable.getStackTraceElement ... JNI]
    2019/12/05 16:40:45 | INFO   | jvm 2    |       at
    java.util.jar.JarVerifier.processEntry(JarVerifier.java:303)
    2019/12/05 16:40:45 | INFO   | jvm 2    |       at
    java.util.jar.JarVerifier.update(JarVerifier.java:230)
    2019/12/05 16:40:45 | INFO   | jvm 2    |       at
    java.util.jar.JarFile.initializeVerifier(JarFile.java:383)
    2019/12/05 16:40:45 | INFO   | jvm 2    |       at
    java.util.jar.JarFile.ensureInitialization(JarFile.java:612)
    2019/12/05 16:40:45 | INFO   | jvm 2    |       at
    java.util.jar.JavaUtilJarAccessImpl.ensureInitialization(JavaUtilJarAccessImpl.java:69)
    2019/12/05 16:40:45 | INFO   | jvm 2    |       at
    sun.misc.URLClassPath$JarLoader$2.getManifest(URLClassPath.java:991)
    2019/12/05 16:40:45 | INFO   | jvm 2    |       at
    java.net.URLClassLoader.defineClass(URLClassLoader.java:451)
    2019/12/05 16:40:45 | INFO   | jvm 2    |       at
    java.net.URLClassLoader.access$100(URLClassLoader.java:74)
    2019/12/05 16:40:45 | INFO   | jvm 2    |       at
    java.net.URLClassLoader$1.run(URLClassLoader.java:369)
    2019/12/05 16:40:45 | INFO   | jvm 2    |       at
    java.net.URLClassLoader$1.run(URLClassLoader.java:363)
    2019/12/05 16:40:45 | INFO   | jvm 2    |       at
    java.security.AccessController.doPrivileged(Native Method)
    2019/12/05 16:40:45 | INFO   | jvm 2    |       at
    java.net.URLClassLoader.findClass(URLClassLoader.java:362)
    2019/12/05 16:40:45 | INFO   | jvm 2    |       at
    java.lang.ClassLoader.loadClass(ClassLoader.java:418)
    2019/12/05 16:40:45 | INFO   | jvm 2    |       at
    sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
    2019/12/05 16:40:45 | INFO   | jvm 2    |       at
    java.lang.ClassLoader.loadClass(ClassLoader.java:351)
    2019/12/05 16:40:45 | INFO   | jvm 2    |       at
    sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:601)
    2019/12/05 16:40:45 | INFO   | jvm 2    | [Loaded
    java.util.IdentityHashMap$IdentityHashMapIterator from
    /opt/novell/sentinel/jdk/jre/lib/rt.jar]
    2019/12/05 16:40:45 | INFO   | jvm 2    | [Loaded
    java.util.IdentityHashMap$KeyIterator from
    /opt/novell/sentinel/jdk/jre/lib/rt.jar]
    
    
    -- 
    Thanks & Regards,
    Sreeram
    



More information about the jdk8u-dev mailing list