RFR: 8330107: Split Awt2dLibraries.gmk into separate AWT and 2D files

Magnus Ihse Bursie ihse at openjdk.org
Thu Apr 11 13:59:15 UTC 2024


The file to build most of the java.desktop native libraries, t 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).

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

Commit messages:
 - 8330107: Split Awt2dLibraries.gmk into separate AWT and 2D files

Changes: https://git.openjdk.org/jdk/pull/18743/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=18743&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8330107
  Stats: 1707 lines in 4 files changed: 865 ins; 841 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/18743.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/18743/head:pull/18743

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


More information about the build-dev mailing list