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

Prasanta Sadhukhan psadhukhan at openjdk.org
Fri Oct 24 09:25:06 UTC 2025


On Fri, 24 Oct 2025 05:45:08 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

>> Sergey Nazarkin has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Get rid of eudc.reg
>
> 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

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

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


More information about the client-libs-dev mailing list