RFR: 8301995: Move invokedynamic resolution information out of ConstantPoolCacheEntry [v6]

Richard Reingruber rrich at openjdk.org
Thu Mar 16 09:29:27 UTC 2023


On Thu, 16 Mar 2023 09:21:26 GMT, Martin Doerr <mdoerr at 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


More information about the serviceability-dev mailing list