[jdk25] RFR: 8362250: ARM32: forward_exception_entry missing return address

Boris Ulasevich bulasevich at openjdk.org
Wed Jul 16 16:31:23 UTC 2025


This pull request contains a backport of commit [6ed81641](https://github.com/openjdk/jdk/commit/6ed81641b101658fbbd35445b6dd74ec17fc20f3) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository.

The ARM32 ForwardExceptionNode code generation has been updated to set the exception address. This is a minimal, ARM32-specific change, it fixes a couple of failing hotspot jtreg tests.

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

Commit messages:
 - Backport 6ed81641b101658fbbd35445b6dd74ec17fc20f3

Changes: https://git.openjdk.org/jdk/pull/26352/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=26352&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8362250
  Stats: 9 lines in 1 file changed: 2 ins; 5 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/26352.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/26352/head:pull/26352

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


More information about the hotspot-compiler-dev mailing list