RFR: 8299261: Clean up AWT D3D exports

Daniel Jeliński djelinski at openjdk.org
Tue Jan 3 22:19:48 UTC 2023


On Thu, 22 Dec 2022 10:01:02 GMT, Daniel Jeliński <djelinski at openjdk.org> wrote:

> Please review this patch that removes unnecessary exports from awt.dll.
> 
> The exports were introduced in e4c9db984fe1a3a9d06fb60e333e92df3b165454, and as far as I could tell, they were never used; the exported functions are only used inside awt.dll.
> 
> Verified that:
> - debug and release builds finish successfully
> - mach5 client libs tests pass

Happy new year!
Thanks @mrserb for your review. Can I get a second opinion on this?

The patch removes 139 functions from the list of exports, and reduces the binary size by a few kilobytes.
The GHA failure is unrelated.

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

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



More information about the client-libs-dev mailing list