RFR: 8359359: AArch64: share trampolines between static calls to the same method [v6]
Mikhail Ablakatov
mablakatov at openjdk.org
Wed Oct 29 17:58:23 UTC 2025
On Fri, 10 Oct 2025 14:49:38 GMT, Evgeny Astigeevich <eastigeevich at openjdk.org> wrote:
>> Well, the state is called `_finalize_stubs` and there's `CodeBuffer::finalize_stubs()` but I can see how "stub" can be confused with non-nmethod runtime stubs, so yeah, I'll reword it.
>
> `_finalize_stubs` means to finally generate all stubs in an nmethod. This includes stubs to interpreter, trampolines.
>
> Yes, there might be a confusion with global stub code.
Done, see https://github.com/openjdk/jdk/pull/25954/commits/162754b719b40e6d5d3dc9185772e032fd327fa2
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/25954#discussion_r2474406685
More information about the hotspot-dev
mailing list