On Wed, 11 Jan 2023 13:33:30 GMT, Maurizio Cimadamore <mcimadam...@openjdk.org> wrote:
>> Jorn Vernee has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Mention SegmentAllocator parameter as well > > src/java.base/share/classes/java/lang/foreign/Linker.java line 306: > >> 304: * <p> >> 305: * A downcall method handle linked with this option will >> feature an additional {@link MemorySegment} >> 306: * parameter directly following the target address, and >> optional SegmentAllocator parameters. > > use `{@code}` or `{@link}` for SegmentAllocator Ah, right. Updated ------------- PR: https://git.openjdk.org/jdk20/pull/95