On Thu, 2 Dec 2021 12:26:33 GMT, Maurizio Cimadamore <mcimadam...@openjdk.org> wrote:
> This patch adds missing `@throws` tags to the javadoc of `MemorySegment::set` > and `MemorySegment::setAtIndex`. > These methods can fail with `UnsupportedOperationException` if the segment is > read-only. LGTM ------------- Marked as reviewed by sundar (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/6668