RFR: 8301995: Move invokedynamic resolution information out of ConstantPoolCacheEntry [v2]
Coleen Phillimore
coleenp at openjdk.org
Tue Mar 14 13:21:55 UTC 2023
On Mon, 13 Mar 2023 21:05:11 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> Matias Saavedra Silva has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Interpreter optimization and comments
>
> src/hotspot/cpu/x86/templateTable_x86.cpp line 2798:
>
>> 2796: bool is_invokevirtual,
>> 2797: bool is_invokevfinal, /*unused*/
>> 2798: bool is_invokedynamic /*unused*/) {
>
> Can you remove the parameter since the s390 port is here?
Ok, never mind, I saw s390 port but it doesn't seem to be in these changes (?)
-------------
PR: https://git.openjdk.org/jdk/pull/12778
More information about the hotspot-dev
mailing list