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

Toolkit needs to try the current classloader before trying the app classloader

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 9-repo-jigsaw
    • 9-repo-jigsaw
    • javafx
    • None


      In Toolkit, we need to cascade the classloader tried when we -Djavafx.toolkit is processed. Some tests need:
          Toolkit.class.getClassLoader();
      others:
          Thread.currentThread().getContextClassLoader();

      This is Jake specific at this point.

            ddhill David Hill (Inactive)
            ddhill David Hill (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: