[foreign-memaccess+abi] Integrated: 8266916: Simplify logic for creating libSysLookup

Maurizio Cimadamore mcimadamore at openjdk.java.net
Tue May 11 13:28:02 UTC 2021


On Tue, 11 May 2021 13:00:07 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:

> On Linux/Mac, the makefile for generating libSysLookup contains some unnecessary flags (given that the sources contain no code).
> Moreover, it is not necessary to have a list of all headers - we can just include a single header (to make the build/toolchain happy) and rely on linker to pull in dependencies.
> On Linux, also add `libdl` as a dependency (the VM also depends on that, so we can depend on that).

This pull request has now been integrated.

Changeset: 669eb876
Author:    Maurizio Cimadamore <mcimadamore at openjdk.org>
URL:       https://git.openjdk.java.net/panama-foreign/commit/669eb8764b0d1db1f6719e51080414ea549ed37f
Stats:     36 lines in 2 files changed: 0 ins; 33 del; 3 mod

8266916: Simplify logic for creating libSysLookup

Reviewed-by: sundar

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

PR: https://git.openjdk.java.net/panama-foreign/pull/533


More information about the panama-dev mailing list