RFR: 8295044: Implementation of Foreign Function and Memory API (Second Preview) [v32]
Joe Darcy
darcy at openjdk.org
Wed Nov 30 04:58:24 UTC 2022
On Mon, 28 Nov 2022 19:29:08 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
>> This PR contains the API and implementation changes for JEP-434 [1]. A more detailed description of such changes, to avoid repetitions during the review process, is included as a separate comment.
>>
>> [1] - https://openjdk.org/jeps/434
>
> Maurizio Cimadamore has updated the pull request incrementally with one additional commit since the last revision:
>
> Address review comments
src/java.base/share/classes/java/lang/foreign/Linker.java line 288:
> 286:
> 287: /**
> 288: * {@return A linker option used to denote the index of the first variadic argument layout in a
Typo: "A linker" vs "a linker"
-------------
PR: https://git.openjdk.org/jdk/pull/10872
More information about the core-libs-dev
mailing list