RFR: 8368882: NPE during text drawing on machine with JP locale [v5]

Sergey Nazarkin snazarki at openjdk.org
Fri Oct 24 09:50:47 UTC 2025


On Fri, 24 Oct 2025 09:21:24 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

>> src/java.desktop/share/classes/sun/font/CompositeFont.java line 117:
>> 
>>> 115:             deferredInitialisation = new boolean[numSlots];
>>> 116:             if (defer) {
>>> 117:                 for (int i=0; i<numSlots; i++) {
>> 
>> formatting issue..space needs to be given between operator = and <
>
> Also please update copyright year

> formatting issue..space needs to be given between operator = and <

I agree with you, but the entire file is formatted this way.  Do you think it would be OK to only fix this line?

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/27551#discussion_r2459555570


More information about the client-libs-dev mailing list