Integrated: 8362250: ARM32: forward_exception_entry missing return address

Boris Ulasevich bulasevich at openjdk.org
Wed Jul 16 12:01:47 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.

This pull request has now been integrated.

Changeset: 6ed81641
Author:    Boris Ulasevich <bulasevich at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/6ed81641b101658fbbd35445b6dd74ec17fc20f3
Stats:     9 lines in 1 file changed: 2 ins; 5 del; 2 mod

8362250: ARM32: forward_exception_entry missing return address

Reviewed-by: shade

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

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


More information about the hotspot-compiler-dev mailing list