On Tue, 17 May 2022 10:08:00 GMT, Jorn Vernee <jver...@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

Reply via email to