RFR: 8303153: Native interpreter frame missing mirror

Fredrik Bredberg duke at openjdk.org
Thu May 4 08:09:18 UTC 2023


The mirror needs to be stored in the frame for native calls also on AArch64 and RISC-V (as it is on other platforms).
See JDK-8303153 for more info.
Passes tier1-5 tests on AArch64. Done basic tests on RISC-V using QEmu.

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

Commit messages:
 - 8303153: Native interpreter frame missing mirror

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

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


More information about the hotspot-dev mailing list