On Thu, 19 Jan 2023 23:01:23 GMT, Paul Sandoz <psan...@openjdk.org> wrote:

>> Mandy Chung has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   remove the base parameter which is unused
>
> src/java.base/share/classes/java/lang/invoke/VarHandles.java line 187:
> 
>> 185:     // Required by instance static field handles
>> 186:     static Field getStaticFieldFromBaseAndOffset(Class<?> receiverType,
>> 187:                                                  Object base,
> 
> `base` is now unused.

Removed.  Thanks for catching it.

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

PR: https://git.openjdk.org/jdk/pull/12100

Reply via email to