[foreign-jextract] Integrated: 8266814: Improve library loading with SymbolLookup abstraction

Maurizio Cimadamore mcimadamore at openjdk.java.net
Tue May 11 12:17:15 UTC 2021


On Tue, 11 May 2021 10:46:48 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.

This pull request has now been integrated.

Changeset: 30ff6cd5
Author:    Maurizio Cimadamore <mcimadamore at openjdk.org>
URL:       https://git.openjdk.java.net/panama-foreign/commit/30ff6cd5c3b799a353af9aaa3b6839cf48f1d1e2
Stats:     433 lines in 8 files changed: 38 ins; 44 del; 351 mod

8266814: Improve library loading with SymbolLookup abstraction

Reviewed-by: jvernee, sundar

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

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


More information about the panama-dev mailing list