RFR: 8329704: Implement framework for proper handling of JDK_LIBS [v5]
Julian Waters
jwaters at openjdk.org
Wed Apr 10 14:07:12 UTC 2024
On Wed, 10 Apr 2024 13:51:30 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.
>
> Magnus Ihse Bursie has updated the pull request incrementally with three additional commits since the last revision:
>
> - Clarify libjvm virtual library
> - Fix indentation
> - Remove misplaced line
Marked as reviewed by jwaters (Committer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/18649#pullrequestreview-1991798951
More information about the build-dev
mailing list