RFR: 8368882: NPE during text drawing on machine with JP locale [v5]
Sergey Nazarkin
snazarki at openjdk.org
Fri Oct 24 09:50:46 UTC 2025
On Tue, 21 Oct 2025 16:52:35 GMT, Phil Race <prr at openjdk.org> wrote:
> PS as referenced in that bug the updated INTL guide https://docs.oracle.com/en/java/javase/25/intl/font-configuration-files.html#GUID-F8ABF748-F3C3-4781-97B2-66C7E1E10EE9 says
>
> The JDK places any files that it provides in $JDKHOME/lib. Do not modify that location. Instead, put any updates or custom versions of the configuration files in $JDKHOME/conf/fonts. On platforms that support font configuration files, the runtime will look first in $JDKHOME/conf/fonts.
The JDK still supports fonts in the lib folder. I believe that user apps and fonts have simply migrated between JDK updates over time.
> And I notice that this comment on the method.
> * If so add it as the final fallback component of the composite.
> Should be revised to
> * If so add it as the first fallback component of the composite.
Fixed, thanks
-------------
PR Comment: https://git.openjdk.org/jdk/pull/27551#issuecomment-3442182629
PR Comment: https://git.openjdk.org/jdk/pull/27551#issuecomment-3442205263
More information about the client-libs-dev
mailing list