RFR: 8330107: Split Awt2dLibraries.gmk into separate AWT and 2D files [v2]
Magnus Ihse Bursie
ihse at openjdk.org
Tue Apr 16 09:52:19 UTC 2024
> 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).
Magnus Ihse Bursie has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains two additional commits since the last revision:
- Merge branch 'master' into split-awt2d
- 8330107: Split Awt2dLibraries.gmk into separate AWT and 2D files
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/18743/files
- new: https://git.openjdk.org/jdk/pull/18743/files/81802740..49f1b4bf
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=18743&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=18743&range=00-01
Stats: 7258 lines in 263 files changed: 3001 ins; 2087 del; 2170 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