RFR: 8286669: Replace MethodHandle specialization with ASM in mainline [v3]
Jorn Vernee
jvernee at openjdk.java.net
Tue May 17 10:11:57 UTC 2022
On Tue, 17 May 2022 08:32:54 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
>> Jorn Vernee has updated the pull request incrementally with one additional commit since the last revision:
>>
>> BootstrapMethodError -> ExceptionInInitializerError
>
> src/java.base/share/classes/jdk/internal/foreign/abi/BindingSpecializer.java line 131:
>
>> 129: private int[] scopeSlots;
>> 130: private int curScopeLocalIdx = -1;
>> 131: private int RETURN_ALLOCATOR_IDX = -1;
>
> These are not constants, so it is odd to see the name capitalized
Right, habit of writing lambda forms, where name variables are capitalized.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8685
More information about the core-libs-dev
mailing list