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

JNLPSignedResourcesHelperTest sometimes timeout on Windows

XMLWordPrintable

        JNLPSignedResourcesHelperTest timeouts is because of TextUIToolkit is overwritten by UIToolkitImpl.
        "[junit] preloader: Using preloader class: null com.sun.deploy.uitoolkit.impl.awt.AWTAppletAdapter@3cf61020"

        It should use TextAppletAdapter instead:
        preloader: Using preloader class: null com.sun.deploy.uitoolkit.impl.text.TextAppletAdapter@1c5329

        The root cause is that if ToolkitStore.get() has been initialized(by default UIToolkitImpl), any System.setProperty(ToolkitStore.UITOOLKIT, ..) will be ignored.

              yaow Yao Wang (Inactive)
              yaow Yao Wang (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: