RFR: 8344526: RISC-V: implement -XX:+VerifyActivationFrameSize [v3]

SendaoYan syan at openjdk.org
Wed Nov 20 06:48:58 UTC 2024


> Hi all,
> Currently on linux-riscv64 platform the debug VM option `-XX:+VerifyActivationFrameSize` is Unimplemented. I want to implement `-XX:+VerifyActivationFrameSize` to make JVM easier to diagnose. Only effect debug build plus with option `-XX:+VerifyActivationFrameSize`, the change has been verified locally, the risk is low.
> 
> Additional testing
> 
> - [ ] Run SPECjbb2015 with -XX:+VerifyActivationFrameSize option

SendaoYan has updated the pull request incrementally with one additional commit since the last revision:

  make exclude 2 frame metadata after "fp -esp"

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/22264/files
  - new: https://git.openjdk.org/jdk/pull/22264/files/15856d8b..bc90d67d

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=22264&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=22264&range=01-02

  Stats: 2 lines in 1 file changed: 1 ins; 1 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/22264.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/22264/head:pull/22264

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


More information about the hotspot-compiler-dev mailing list