RFR: JDK-8282798 java.lang.runtime.Carrier [v5]
Jim Laskey
jlaskey at openjdk.java.net
Fri Mar 11 16:44:39 UTC 2022
On Fri, 11 Mar 2022 15:44:49 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> 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
More information about the core-libs-dev
mailing list