On Wed, 3 Aug 2022 09:48:58 GMT, Alexey Ushakov <[email protected]> wrote:
>> Nikita Gubarkov has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Fix rotated text metrics
>
> src/java.desktop/macosx/classes/sun/font/CCompositeGlyphMapper.java line 67:
>
>> 65: protected int convertToGlyph(int unicode) {
>> 66: int glyph = convertToGlyph(unicode, 0);
>> 67: // setCachedGlyphCode(unicode, glyph);
>
> What's the purpose of the commented line?
Committed this accidentally, should have deleted this line
-------------
PR: https://git.openjdk.org/jdk/pull/4798