Integrated: 8344526: RISC-V: implement -XX:+VerifyActivationFrameSize
SendaoYan
syan at openjdk.org
Thu Nov 21 02:07:25 UTC 2024
On Wed, 20 Nov 2024 02:43:42 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
This pull request has now been integrated.
Changeset: 4fbf2720
Author: SendaoYan <syan at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/4fbf272017d2f6933e66f8a67cb88e3ffc42339e
Stats: 8 lines in 1 file changed: 7 ins; 0 del; 1 mod
8344526: RISC-V: implement -XX:+VerifyActivationFrameSize
Co-authored-by: Fei Yang <fyang at openjdk.org>
Reviewed-by: mli, fyang
-------------
PR: https://git.openjdk.org/jdk/pull/22264
More information about the hotspot-compiler-dev
mailing list