Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8072431

Unit test failures: JNLPClassloaderTest, JNLP2ClassLoaderTest

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 8u60
    • 8u60, 9
    • deploy
    • None
    • b02

        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.

              herrick Andy Herrick (Inactive)
              herrick Andy Herrick (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: