Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8072474 | 9 | Andy Herrick | P3 | Resolved | Fixed | b52 |
JDK-8082241 | emb-9 | Andy Herrick | P3 | Resolved | Fixed | b52 |
JDK-8086329 | 8u65 | Andy Herrick | P3 | Resolved | Fixed | b01 |
JDK-8137407 | emb-8u65 | Unassigned | P3 | Resolved | Fixed | b01 |
JDK-8076807 | emb-8u60 | Andy Herrick | P3 | Resolved | Fixed | team |
JNLPClassLoaderTest.createJNLPClassLoader constructs a LaunchDesc with arg of LaunchDesc.APPLICATION_DESC_TYPE, but with an ApplicationDesc arg as null.
This causes an NPE later from getMainClass(), called from getAppInfo().
It is simple fix to pass in a valid ApplicationDesc.
Similar problem in JNLP2ClassLoaderTest, APPLET_DESC_TYPE is used with null AppletDesc.
This causes an NPE later from getMainClass(), called from getAppInfo().
It is simple fix to pass in a valid ApplicationDesc.
Similar problem in JNLP2ClassLoaderTest, APPLET_DESC_TYPE is used with null AppletDesc.
- backported by
-
JDK-8072474 Unit test failures: JNLPClassloaderTest, JNLP2ClassLoaderTest
-
- Resolved
-
-
JDK-8076807 Unit test failures: JNLPClassloaderTest, JNLP2ClassLoaderTest
-
- Resolved
-
-
JDK-8082241 Unit test failures: JNLPClassloaderTest, JNLP2ClassLoaderTest
-
- Resolved
-
-
JDK-8086329 Unit test failures: JNLPClassloaderTest, JNLP2ClassLoaderTest
-
- Resolved
-
-
JDK-8137407 Unit test failures: JNLPClassloaderTest, JNLP2ClassLoaderTest
-
- Resolved
-