RFR: 8246104: Some complex text doesn't render correctly on macOS [v9]

Phil Race prr at openjdk.org
Thu Apr 6 20:17:20 UTC 2023


On Thu, 6 Apr 2023 18:57:34 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

>> Phil Race has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fix NPE
>
> modules/javafx.graphics/src/main/java/com/sun/javafx/font/coretext/CTFontFile.java line 276:
> 
>> 274:             System.err.println("Cascading list for " + getFullName());
>> 275:         }
>> 276:         for (int i=0; i<stringInfo.length;i+=2) {
> 
> Minor: add space after `;`

done

> modules/javafx.graphics/src/main/native-font/MacFontFinder.c line 255:
> 
>> 253:         return NULL;
>> 254:     }
>> 255:     jlong *refArr = calloc(cnt, sizeof(jlong));
> 
> I recommend checking the return value for null.

done

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1067#discussion_r1160207465
PR Review Comment: https://git.openjdk.org/jfx/pull/1067#discussion_r1160207372


More information about the openjfx-dev mailing list