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

Fei Yang fyang at openjdk.org
Wed Nov 20 07:12:15 UTC 2024


On Wed, 20 Nov 2024 06:48:58 GMT, SendaoYan <syan at openjdk.org> wrote:

>> 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 one additional commit since the last revision:
> 
>   make exclude 2 frame metadata after "fp -esp"

Marked as reviewed by fyang (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/22264#pullrequestreview-2447615079


More information about the hotspot-compiler-dev mailing list