RFR: 8200192: Verify exported symbols in java.desktop

Phil Race prr at openjdk.org
Tue Dec 20 20:17:00 UTC 2022


On Tue, 20 Dec 2022 18:59:18 GMT, Daniel Jeliński <djelinski at openjdk.org> wrote:

> Please review this patch that removes unnecessary exports from libawt and libfreetype.
> 
> Verified that:
> - mach5 client libs tests pass
> - both release and debug builds finish successfully
> 
> Did not verify the other issues reported in the linked JBS ticket.

Hmm, not easy to know for sure what might be affected. But it's early in JDK 21, so ...
Since you made a change to the freetype build, did you build with --with-freetype=bundled ?
If not, then the build on Linux defaults to using the system freetype and does not use the one in the sources.

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

PR: https://git.openjdk.org/jdk/pull/11742



More information about the build-dev mailing list