[jdk8u-dev] RFR: 8193017: Import freetype sources into OpenJDK source tree [v3]
Jiří Vaněk
jvanek at openjdk.org
Fri Nov 14 10:52:42 UTC 2025
On Thu, 13 Nov 2025 18:25:34 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
>> Note that I'm not commiter, so would be nice somebody sponsors this. ty! Looking forward to see this in!
>
> @judovana, are you planning to work on the followup issues to bump the freetype version to match the one used in jdk11+?
@mrserb Despite from build system, only "
--- jdk/make/lib/Awt2dLibraries.gmk
+++ jdk/make/lib/Awt2dLibraries.gmk
@@ -541,6 +541,7 @@ else
E_STATEMENT_NOT_REACHED \
E_END_OF_LOOP_CODE_NOT_REACHED, \
DISABLED_WARNINGS_microsoft := 4267 4244 4312, \
+ DISABLED_WARNINGS_gcc := implicit-fallthrough, \
LDFLAGS := $(LDFLAGS_JDKLIB) \
$(call SET_SHARED_LIBRARY_ORIGIN), \
))
is present in 2.9.1, it requires https://github.com/openjdk/jdk11u/commit/f74d0aef61caa48a248c6661fa8e3871885b0ec8#diff-a634b106e57d9efbd1270664b8b79b2048b035a109b6f5220c4d39a4293d4458 thoughts? I guess I will bring it on jdk8u mailing liat...
-------------
PR Comment: https://git.openjdk.org/jdk8u-dev/pull/709#issuecomment-3532154010
More information about the jdk8u-dev
mailing list