[riscv-port] RFR: 8280424: riscv: fix saved_fp for compiled frame in frame::safe_for_sender

Yanhong Zhu yzhu at openjdk.java.net
Sat Jan 22 03:53:51 UTC 2022


Some places are missed updating when refactoring riscv stack frame previously.

We need to update calculation of saved_fp for compiled frame in frame::safe_for_sender.

Previous riscv stack frame patch:
https://github.com/openjdk/jdk-sandbox/commit/db2415748747a0912749bb8fc160a8948021a924

All jtregs were tested on QEMU without new failures.

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

Commit messages:
 - 8280424: riscv: fix saved_fp for compiled frame in frame::safe_for_sender

Changes: https://git.openjdk.java.net/riscv-port/pull/52/files
 Webrev: https://webrevs.openjdk.java.net/?repo=riscv-port&pr=52&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8280424
  Stats: 20 lines in 3 files changed: 0 ins; 10 del; 10 mod
  Patch: https://git.openjdk.java.net/riscv-port/pull/52.diff
  Fetch: git fetch https://git.openjdk.java.net/riscv-port pull/52/head:pull/52

PR: https://git.openjdk.java.net/riscv-port/pull/52


More information about the riscv-port-dev mailing list