On Fri, 11 Mar 2022 15:44:49 GMT, Maurizio Cimadamore <[email protected]>
wrote:
>> Jim Laskey has updated the pull request incrementally with two additional
>> commits since the last revision:
>>
>> - Use long array for primitives
>> - Use long arrays for primitives
>
> src/java.base/share/classes/java/lang/runtime/Carrier.java line 51:
>
>> 49: * while avoiding primitive boxing associated with collection objects.
>> Component values
>> 50: * can be primitive or Object. Clients can create new carrier instances
>> by describing a
>> 51: * carrier <em>shape</em>, that is, a MethodType whose parameter types
>> describe the
>
> Suggestion:
>
> * carrier <em>shape</em>, that is, a {@linkplain MethodType method type}
> whose parameter types describe the
Done
-------------
PR: https://git.openjdk.java.net/jdk/pull/7744