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

Martin Doerr mdoerr at openjdk.org
Wed Nov 22 16:12:27 UTC 2023


On Mon, 20 Nov 2023 15:40:10 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

> `TemplateTable::invokevfinal_helper` should use `TemplateTable::prepare_invoke`. `TemplateInterpreter::invoke_return_entry_table_for` needs to support `_fast_invokevfinal` bytecode for that which is only used by PPC64. (It is probably still beneficial for AIX which doesn't support CDS.)
> In addition, I've cleaned up some inaccurate comments.

This pull request has now been integrated.

Changeset: 524da141
Author:    Martin Doerr <mdoerr at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/524da141e7976cb136fa1769714a01235cd39508
Stats:     38 lines in 3 files changed: 5 ins; 16 del; 17 mod

8320418: PPC64: invokevfinal_helper duplicates code to handle ResolvedMethodEntry

Reviewed-by: rrich, lucy

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

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


More information about the hotspot-dev mailing list