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

Eliminate dependency on sun.font.lookup in javafx.graphics

XMLWordPrintable

      The fix for JDK-8088325 introduced a dependency on sun.font.lookup, which is an internal package of java.desktop, in javafx.graphics.

      The following is used by PrismFontFactory to lookup the location of the JDK font directory:

          Class<?> c = Class.forName("sun.font.lookup.JDKFontLookup");

       In an effort to eliminate the use of internal packages from core module by javafx.* modules we need an alternative solution.

            aghaisas Ajit Ghaisas
            kcr Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: