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
On Thu, 11 Apr 2024 13:53:23 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
> 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).
The default github review screen makes this a bit difficult to understand, especially AwtLibraries which it sees as a diff from the old Awt2d one. I recommend viewing the new file in its entirety instead: https://github.com/openjdk/jdk/blob/8180274092fa955cb7ff002bbdf3c32053dd337e/make/modules/java.desktop/lib/AwtLibraries.gmk
Also to clarify: I have only moved the individual library compilations around, and made no other changes.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18743#issuecomment-2049752669
More information about the build-dev
mailing list