RFR: 8286669: Replace MethodHandle specialization with ASM in mainline [v3]

Jorn Vernee jvernee at openjdk.java.net
Wed May 18 11:27:26 UTC 2022


On Tue, 17 May 2022 10:08:00 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:

>> 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.

Changed to lowercase.

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

PR: https://git.openjdk.java.net/jdk/pull/8685


More information about the core-libs-dev mailing list