RFR: 8277924: Small tweaks to foreign function and memory API [v2]

Maurizio Cimadamore mcimadamore at openjdk.java.net
Mon Nov 29 18:32:35 UTC 2021


On Mon, 29 Nov 2021 13:26:11 GMT, Jorn Vernee <jvernee at 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 <JornVernee at 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


More information about the core-libs-dev mailing list