On Fri, 22 Sep 2023 14:03:52 GMT, Maurizio Cimadamore <[email protected]>
wrote:
>> Jorn Vernee has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Avoid eager use of LibFallback in FallbackLinker static block
>
> src/java.base/share/classes/java/lang/foreign/SegmentAllocator.java line 310:
>
>> 308:
>> 309: /**
>> 310: * {@return a new memory segment with a {@linkplain
>> MemorySegment#byteSize() byteSize()} of
>
> Suggestion:
>
> * {@return a new memory segment with a {@linkplain
> MemorySegment#byteSize() byte size} of
Also, in the panama repo I see this:
Allocates a memory segment with the given layout and initializes it with the
bytes in the provided source memory segment.
Which seems more correct - e.g. more consistent with other allocation methods,
and also more succinct (note that the first sentence is really what shows up in
the method summary javadoc, so there is a certain interest in providing a quick
description of what the method does,
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15103#discussion_r1334434230