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

LaunchDownloadTest failure after fix for JDK-8165001

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • None
    • deploy
    • b140

      After the change to JDK-8165001, ResourceProvider.getResource() may result in call to new method ResoureProvider.isUpdateDisabledPerPolicy().
      This method in turns calls ToolkitStore.get().getAppContext().get(...) which will throw an NPE if ToolkitStore.get().getAppContext() returns null.
      For some reason (test order ?) this is happening in LaunchDownloadTest.testDownloadLazyNativeLibJarGzipped() only in jprt build on windows 32 bit fastdebug build.

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

              Created:
              Updated:
              Resolved: