[foreign-jextract] RFR: 8266814: Improve library loading with SymbolLookup abstraction [v2]
Athijegannathan Sundararajan
sundar at openjdk.java.net
Tue May 11 12:17:14 UTC 2021
On Tue, 11 May 2021 11:39:26 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
>> This patch add jextract support for the newly added `SymbolLookup` abstraction.
>>
>> Note that the symbol lookup used by jextract classes is a *chained* lookup. That is, first the loader lookup is searched, and, when that fails, the system lookup is also searched.
>
> Maurizio Cimadamore has updated the pull request incrementally with one additional commit since the last revision:
>
> Address review comments
LGTM
Tests fine on Mac. Samples jextract and run fine. libproc and time samples no longer need -l libSystem.B.dylib option
-------------
Marked as reviewed by sundar (Committer).
PR: https://git.openjdk.java.net/panama-foreign/pull/532
More information about the panama-dev
mailing list