The CSR review outline the following issues in the memory access API javadoc:
* Typo in MemoryLayout "for a finite sequence layout S whose element layout is E and size is L" "L" is not italicized.
* typo in MemoryAddress.equals Returns true if and only if the specified object is also a address, and it is equal to this address.
* If MemoryAddress are equal if their offsets and segments are equal, that should be stated explicitly.
* Is it the case that there is a memory leak one of the threads that has acquired a memory segment dies without freeing it? Better document this condition in MemorySegment::acquire
* MemoryLayout.byteAlignment() should have an @implSpec tag describing its default implementation.
* For MemoryLayout.equals, what aspects are compared? In particular, would a GroupLayout with and without a name be considered equal?