-
Bug
-
Resolution: Fixed
-
P3
-
8u291, 18
-
b19
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8274958 | 17.0.2 | Sean Coffey | P3 | Resolved | Fixed | b03 |
JDK-8276844 | 15.0.6 | Yuri Nesterenko | P3 | Resolved | Fixed | b03 |
JDK-8285786 | 13.0.12 | Yuri Nesterenko | P3 | Resolved | Fixed | b02 |
JDK-8274985 | 11.0.14-oracle | Sean Coffey | P3 | Resolved | Fixed | b01 |
JDK-8275045 | 11.0.14 | Goetz Lindenmaier | P3 | Resolved | Fixed | b01 |
JDK-8276890 | openjdk8u322 | Martin Balao Alonso | P3 | Resolved | Fixed | b02 |
JDK-8275224 | 8u321 | Sean Coffey | P3 | Resolved | Fixed | b02 |
JDK-8275335 | 7u331 | Sean Coffey | P3 | Resolved | Fixed | b02 |
basic: exception: java.lang.reflect.InvocationTargetException.
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at sun.plugin2.applet.Plugin2ClassLoader.defineClassHelper(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.access$100(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader$2.run(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.plugin2.applet.Plugin2ClassLoader.findClassHelper(Unknown Source)
at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
at sun.plugin2.applet.Plugin2Manager.initAppletAdapter(Unknown Source)
at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
... 15 more
Caused by: java.lang.NullPointerException
at java.util.Hashtable.contains(Unknown Source)
at java.util.Hashtable.containsValue(Unknown Source)
at sun.security.util.ManifestEntryVerifier.getParams(Unknown Source)
at sun.security.util.ManifestEntryVerifier.verify(Unknown Source)
at java.util.jar.JarVerifier.processEntry(Unknown Source)
at java.util.jar.JarVerifier.update(Unknown Source)
at java.util.jar.JarVerifier$VerifierStream.read(Unknown Source)
at sun.misc.Resource.getBytes(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader$WrapResource.getBytes(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
... 19 more
- backported by
-
JDK-8274958 Correct Manifest file name and NPE checks
- Resolved
-
JDK-8274985 Correct Manifest file name and NPE checks
- Resolved
-
JDK-8275045 Correct Manifest file name and NPE checks
- Resolved
-
JDK-8275224 Correct Manifest file name and NPE checks
- Resolved
-
JDK-8275335 Correct Manifest file name and NPE checks
- Resolved
-
JDK-8276844 Correct Manifest file name and NPE checks
- Resolved
-
JDK-8276890 Correct Manifest file name and NPE checks
- Resolved
-
JDK-8285786 Correct Manifest file name and NPE checks
- Resolved
- relates to
-
JDK-8278851 Correct signer logic for jars signed with multiple digest algorithms
- Closed
- links to
-
Commit openjdk/jdk11u-dev/9512c471
-
Commit openjdk/jdk13u-dev/f9b153a1
-
Commit openjdk/jdk15u-dev/4753c728
-
Commit openjdk/jdk17u/f89c59f9
-
Commit openjdk/jdk/03a8d342
-
Review openjdk/jdk11u-dev/503
-
Review openjdk/jdk13u-dev/344
-
Review openjdk/jdk15u-dev/133
-
Review openjdk/jdk17u/166
-
Review openjdk/jdk/5841