[foreign-memaccess+abi] RFR: added get/set-AtIndex methods for byte, boolean

Jorn Vernee jvernee at openjdk.org
Mon Oct 31 18:34:53 UTC 2022


On Sat, 22 Oct 2022 10:17:44 GMT, RedIODev <duke at openjdk.org> wrote:

> This PR adds the left out getAtIndex and setAtIndex methods for byte and boolean to java.lang.foreign.MemorySegment.java

The changes look good but please amend the tests as well to test these new accessors. Looks like you can just add some test cases in `TestMemoryAccessInstance`.

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

PR: https://git.openjdk.org/panama-foreign/pull/747


More information about the panama-dev mailing list