Integrated: 8344356: Aarch64: implement -XX:+VerifyActivationFrameSize

SendaoYan syan at openjdk.org
Wed Nov 20 01:39:29 UTC 2024


On Sun, 17 Nov 2024 09:06:37 GMT, SendaoYan <syan at openjdk.org> wrote:

> Hi all,
> Currently on aarch64 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] jtreg tests(include tier1/2/3 etc.) on linux-aarch64 release build
> - [x] jtreg tests(include tier1/2/3 etc.) on linux-aarch64 fastdebug build

This pull request has now been integrated.

Changeset: 4ddd3dec
Author:    SendaoYan <syan at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/4ddd3dec2d0b232d48646ca89b16591b3026aa5c
Stats:     7 lines in 1 file changed: 6 ins; 0 del; 1 mod

8344356: Aarch64: implement -XX:+VerifyActivationFrameSize

Reviewed-by: aph

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

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


More information about the hotspot-compiler-dev mailing list