On Thu, 2 Nov 2023 07:40:52 GMT, Per Minborg <[email protected]> wrote:
> This PR proposes to fix a number of JavaDoc typos in the
> `MemorySegment::getAtIndex` and `::setAtIndex`.
src/java.base/share/classes/java/lang/foreign/MemorySegment.java line 2014:
> 2012: * @throws IllegalArgumentException if {@code
> layout.byteAlignment() > layout.byteSize()}.
> 2013: * @throws IndexOutOfBoundsException if {@code index *
> layout.byteSize()} overflows.
> 2014: * @throws IndexOutOfBoundsException if {@code index *
> layout.byteSize() > byteSize() - layout.byteSize()}.
Here is the change for `setAtIndex(AddressLayout, ...)`
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16469#discussion_r1379987973