RFR: 8356949: AArch64: Tighten up template interpreter method entry code [v4]
duke
duke at openjdk.org
Thu May 29 22:38:53 UTC 2025
On Wed, 28 May 2025 22:42:27 GMT, Chad Rakoczy <duke at openjdk.org> wrote:
>> [JDK-8356949](https://bugs.openjdk.org/browse/JDK-8356949)
>>
>> This change is the aarch64 version of [JDK-8352415](https://bugs.openjdk.org/browse/JDK-8352415).
>>
>> To improve interpreter performance, which is important for faster startup, the method entry code was refactored to reuse some memory accesses and also spread them out to allow more latency-hiding hardware mechanisms to kick in.
>>
>> Additional testing:
>>
>> - [x] Ad-hoc -Xint benchmarks
>> - [x] Linux aarch64 server fastdebug, tier 1/2/3/4
>
> Chad Rakoczy has updated the pull request incrementally with one additional commit since the last revision:
>
> Remove noreg
@chadrako
Your change (at version adf7fcbe71ce9bc7beac059135b6d611aa281398) is now ready to be sponsored by a Committer.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25312#issuecomment-2920734118
More information about the hotspot-dev
mailing list