RFR: 8344526: RISC-V: implement -XX:+VerifyActivationFrameSize [v4]
SendaoYan
syan at openjdk.org
Wed Nov 20 12:52:39 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
>
> - [x] Run SPECjbb2015 with -XX:+VerifyActivationFrameSize option
SendaoYan has updated the pull request incrementally with two additional commits since the last revision:
- delete comment "// Exclude 2 frame metadata words"
- Avoid calculate the compare value in the generated code
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/22264/files
- new: https://git.openjdk.org/jdk/pull/22264/files/bc90d67d..fbfb75f0
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=22264&range=03
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=22264&range=02-03
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 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