RFR: 8308031: Linkers should reject unpromoted variadic parameters [v3]
Jorn Vernee
jvernee at openjdk.org
Thu Jun 1 15:28:34 UTC 2023
On Thu, 1 Jun 2023 15:19:48 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
>> Jorn Vernee has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Rework javadoc
>
> src/java.base/share/classes/java/lang/foreign/Linker.java line 373:
>
>> 371: * <li>With an empty formal parameter list, such as: {@code void foo();}</li>
>> 372: * </ol>
>> 373: * The latter is often called a <em>prototype-less</em> function as well. The arguments passed in place of the ellipsis,
>
> Would it make sense to move the prototype-less name in the second bullet above?
Yes, will do.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14225#discussion_r1213324562
More information about the core-libs-dev
mailing list