RFR: 8373290: Update FreeType to 2.14.1

Phil Race prr at openjdk.org
Sat Feb 28 21:43:17 UTC 2026


On Fri, 27 Feb 2026 11:01:51 GMT, Jayathirth D V <jdv at openjdk.org> wrote:

>Below files were present in 2.13.2 upstream but our build worked fine without them. But with FreeType 2.14.1 our build >fails without these files, so added them also:
>src/java.desktop/share/native/libfreetype/src/autofit/ft-hb.c
>src/java.desktop/share/native/libfreetype/src/autofit/ft-hb.h

That sounds wrong.
These should only be needed if FT_CONFIG_OPTION_USE_HARFBUZZ is defined.
And it isn't. 
All uses of the code in those files is protected by an ifdef .. unless upstream made a mistake somewhere.

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

PR Comment: https://git.openjdk.org/jdk/pull/29954#issuecomment-3977969231


More information about the client-libs-dev mailing list