On Thu, 11 Apr 2024 13:53:23 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:
> The file to build most of the java.desktop native libraries, > Awt2dLibraries.gmk, is large and unstructured, making it hard to navigate. > > I want to split it into two parts, one for the AWT libraries, and one for the > 2D libraries. I also used this opportunity to change the order to be more > logical (e.g. grouping "image" libraries and "font" libraries in 2D). This pull request has now been integrated. Changeset: 5841cb3b Author: Magnus Ihse Bursie <i...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/5841cb3b51e45e7c3aaa086e179815fa8184f22d Stats: 1724 lines in 4 files changed: 880 ins; 843 del; 1 mod 8330107: Separate out "awt" libraries from Awt2dLibraries.gmk Reviewed-by: erikj ------------- PR: https://git.openjdk.org/jdk/pull/18743