[lworld] RFR: 8281073: [lworld] Update MethodHandles::zero, empty, constant APIs for primitive classes [v2]

Mandy Chung mchung at openjdk.java.net
Thu Feb 10 18:13:26 UTC 2022


On Thu, 10 Feb 2022 15:05:47 GMT, Alex Menkov <amenkov at openjdk.org> wrote:

>> Mandy Chung has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   fix typo
>
> src/java.base/share/classes/java/lang/invoke/MethodHandles.java line 5116:
> 
>> 5114:      * and returns a suitable default depending on the return type.
>> 5115:      * If the requested type is a primitive type or {@code void}, it returns
>> 5116:      * a zero primitive value or {@ocde void}.
> 
> {@ocde void} -> {@code void}

Thanks for catching the typo.   Fixed.

-------------

PR: https://git.openjdk.java.net/valhalla/pull/644



More information about the valhalla-dev mailing list