RFR: 8362250: ARM32: forward_exception_entry missing return address
Aleksey Shipilev
shade at openjdk.org
Tue Jul 15 17:11:38 UTC 2025
On Tue, 15 Jul 2025 10:23:23 GMT, Boris Ulasevich <bulasevich at openjdk.org> wrote:
> The ARM32 ForwardExceptionNode codegen needs to set the exception address to R5. And, since the https://github.com/openjdk/jdk/pull/20437 change, the TailCall generator does not need this because the StubRoutines::forward_exception_entry function is not called there.
Looks right, but I reckon you want to adjust `format %{ ...` in both match rules as well.
-------------
PR Review: https://git.openjdk.org/jdk/pull/26312#pullrequestreview-3021349646
More information about the hotspot-compiler-dev
mailing list