On Tue, 31 Oct 2023 21:32:26 GMT, Daniel Jeliński <djelin...@openjdk.org> wrote:
> hb-subset and hb-style APIs are not used and not exported by libfontmanger. > We can cut the compilation time by not compiling the unused files. > > The added exclusions reduce the build time by ~1 minute (~8%) on my machine. > This is with harfbuzz 8, with harfbuzz 7 the improvement was ~30 seconds. > > Client libs tests continue to pass. This pull request has now been integrated. Changeset: e1cae720 Author: Daniel Jeliński <djelin...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/e1cae7203674bc288a63e6fb26f94b20e70c74fd Stats: 4 lines in 1 file changed: 3 ins; 0 del; 1 mod 8319197: Exclude hb-subset and hb-style from compilation Reviewed-by: erikj, aivanov, prr ------------- PR: https://git.openjdk.org/jdk/pull/16440