RFR: 8320418: PPC64: invokevfinal_helper duplicates code to handle ResolvedMethodEntry

Martin Doerr mdoerr at openjdk.org
Tue Nov 21 11:30:09 UTC 2023


On Tue, 21 Nov 2023 09:58:30 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

>> Thanks for looking it up for me :)
>> So `ResolvedMethodEntry::_number_of_parameters` is a misnomer or am I missing something?
>
> Well, the size in stack words is the same as the number. One can like it or not.

So, yes, the name doesn't tell what it actually is. It's the number of slots and not the number of arguments. But that's out of scope for this PR.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/16741#discussion_r1400433667


More information about the hotspot-dev mailing list