Integrated: Tweak jextract to reflect changes to `MemorySegment::ofAddress`

Maurizio Cimadamore mcimadamore at openjdk.org
Thu Feb 16 19:22:53 UTC 2023


On Thu, 16 Feb 2023 17:36:06 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:

> This patch brings jextract in sync with the API changes in https://git.openjdk.org/panama-foreign/pull/797.
> 
> The changes are mostly trivial and, luckily, jextract bindings already shield developers from having to call `MemorySegment::ofAddress` manually, so not a lot of test changes were required.
> 
> I've also updated the samples (but I could not test them as my environment is not setup to do that). We will fix up samples issues later (if needed).

This pull request has now been integrated.

Changeset: 1d2f9317
Author:    Maurizio Cimadamore <mcimadamore at openjdk.org>
URL:       https://git.openjdk.org/jextract/commit/1d2f9317bc0274112b48bdcc5c1b0786cad9f04a
Stats:     44 lines in 20 files changed: 2 ins; 1 del; 41 mod

Tweak jextract to reflect changes to `MemorySegment::ofAddress`

Reviewed-by: jvernee

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

PR: https://git.openjdk.org/jextract/pull/105


More information about the jextract-dev mailing list