RFR: 8307352: AARCH64: Improve itable_stub
Andrew Haley
aph at openjdk.org
Tue Jun 20 08:42:03 UTC 2023
On Tue, 20 Jun 2023 08:06:53 GMT, Boris Ulasevich <bulasevich at openjdk.org> wrote:
> Yes, there are similar calls to lookup_interface_method stubs from TemplateTable::invokeinterface and from VtableStubs::create_itable_stub. Unfortunately, the instructions in between the lookup_interface_method calls are different, making it difficult to create a common stub for them. Performance is not an issue for the interpreter.
Really? if performance were not an issue for the interpreter we'd all use the C++ interpreter.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13792#discussion_r1234936609
More information about the hotspot-dev
mailing list