On Mon, 29 Nov 2021 13:26:11 GMT, Jorn Vernee <jver...@openjdk.org> wrote:
>> Maurizio Cimadamore has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Update >> src/jdk.incubator.foreign/share/classes/jdk/incubator/foreign/ValueLayout.java >> >> Co-authored-by: Jorn Vernee <jornver...@users.noreply.github.com> > > src/jdk.incubator.foreign/share/classes/jdk/incubator/foreign/FunctionDescriptor.java > line 134: > >> 132: * layout array of this function descriptor. >> 133: * @param index the index at which to insert the arguments >> 134: * @param addedLayouts the argument layouts to append. > > Suggestion: > > * @param addedLayouts the argument layouts to insert. Fixed. ------------- PR: https://git.openjdk.java.net/jdk/pull/6589