On Thu, 16 Mar 2023 09:21:26 GMT, Martin Doerr <mdo...@openjdk.org> wrote:

>> Basically I kept the local variable as a name for the (now) constant value 
>> passed in the call at L3409.
>> 
>> The parameter cannot be eliminated since `load_invoke_cp_cache_entry()` is 
>> declared in a shared header.
>> 
>> I could replace the variable reference in the call with `false /* 
>> is_invokedynamic */` if you like that better. Personally I'd prefer the 
>> current version.
>
> I meant `code == false`. That was probably not intended.

Oh my ... Your are right of course.

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

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

Reply via email to