[jdk8u-dev] RFR: 8306881: Update FreeType to 2.13.0 [v3]

Jiří Vaněk jvanek at openjdk.org
Fri Nov 28 12:05:16 UTC 2025


> This should be last PR on toppic of free type backport. At the end it should contain:
>  *  8285686: Update FreeType to 2.12.0 (pushed, testing in progress)
>  *  8290334: Update FreeType to 2.12.1 (pushed, smoketests done)
>  *  8298974: Add ftcolor.c to imported freetype sources  (pushed, smoketests done)
>  *  8293672: Update freetype md file  (not clean)
>  *  8306881: Update FreeType to 2.13.0  (pushed, testing scheduled)
>  *  8316028: Update FreeType to 2.13.2
>  *  8348596: Update FreeType to 2.13.3
> 
> I will run full qa on 2.12.0 and  2.13.0 Buildability and tier1 tests on others.
> The 2.13.3. will get full qa during rampdown I guess...

Jiří Vaněk has updated the pull request incrementally with two additional commits since the last revision:

 - 8306881: Update FreeType to 2.13.0
   
   without:
   --- jdk/make/lib/Awt2dLibraries.gmk
   +++ jdk/make/lib/Awt2dLibraries.gmk
   @@ -527,6 +527,7 @@ else
             E_END_OF_LOOP_CODE_NOT_REACHED, \
          DISABLED_WARNINGS_microsoft := 4018 4267 4244 4312 4819, \
          DISABLED_WARNINGS_gcc := implicit-fallthrough cast-function-type bad-function-cast, \
   +      DISABLED_WARNINGS_clang := missing-declarations, \
          LDFLAGS := $(LDFLAGS_JDKLIB) \
              $(call SET_SHARED_LIBRARY_ORIGIN), \
      ))
 - 8293672: Update freetype md file

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

Changes:
  - all: https://git.openjdk.org/jdk8u-dev/pull/728/files
  - new: https://git.openjdk.org/jdk8u-dev/pull/728/files/91b99191..57ced473

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk8u-dev&pr=728&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk8u-dev&pr=728&range=01-02

  Stats: 3692 lines in 283 files changed: 1650 ins; 719 del; 1323 mod
  Patch: https://git.openjdk.org/jdk8u-dev/pull/728.diff
  Fetch: git fetch https://git.openjdk.org/jdk8u-dev.git pull/728/head:pull/728

PR: https://git.openjdk.org/jdk8u-dev/pull/728


More information about the jdk8u-dev mailing list