[foreign-jextract] RFR: Replace `ofAddressNative` with `ofAddress`
Jorn Vernee
jvernee at openjdk.java.net
Fri Nov 26 15:05:36 UTC 2021
On Fri, 26 Nov 2021 14:58:08 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
> The PR for JEP-419 tweaked the name of an API method, namely `MemorySegment.ofAddressNative` which was renamed to `MemorySegment::ofAddress` (which is consistent with other restricted factories).
>
> This change updates the jextract code and tests so that the old method name is no longer used.
Marked as reviewed by jvernee (Committer).
-------------
PR: https://git.openjdk.java.net/panama-foreign/pull/619
More information about the panama-dev
mailing list