Integrated: 8329704: Implement framework for proper handling of JDK_LIBS
Magnus Ihse Bursie
ihse at openjdk.org
Thu Apr 11 09:44:47 UTC 2024
On Fri, 5 Apr 2024 09:56:48 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
> This is the pinnacle of the recent stream of refactorings in the build system. This patch introduces a more abstract concept of "JDK_LIBS", where only the library name (e.g. "java" or "java.desktop:jawt") is specified, and the build system turns this into suitable linker flags: `-ljawt -L<correct path>` or `jawt.lib -libpath:<correct path>`, depending on linker. It will also automatically create proper dependencies.
This pull request has now been integrated.
Changeset: f0cd866a
Author: Magnus Ihse Bursie <ihse at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/f0cd866a375082e14c69ccd3bf5e3d4d18edaebf
Stats: 578 lines in 38 files changed: 211 ins; 266 del; 101 mod
8329704: Implement framework for proper handling of JDK_LIBS
Reviewed-by: erikj, jwaters
-------------
PR: https://git.openjdk.org/jdk/pull/18649
More information about the build-dev
mailing list