RFR: Update jextract to reflect latest API tweaks
Jorn Vernee
jvernee at openjdk.org
Tue Mar 7 19:46:21 UTC 2023
On Tue, 7 Mar 2023 19:28:38 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
> We have done a number of smaller changes to the FFM API which require a refresh in the jextract code:
>
> * Move `ValueLayout.OfAddress` to standalone class (`AddressLayout`)
> * Tweak `MemorySegment::reinterpret` to accept `Arena` instead of `MemorySegment.Scope`
> * Removal of `MemoryLayout::valueLayout` factory.
>
> This patch fixes jextract to deal with these changes.
Marked as reviewed by jvernee (no project role).
-------------
PR: https://git.openjdk.org/jextract/pull/111
More information about the jextract-dev
mailing list