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

SendaoYan syan at openjdk.org
Tue Nov 19 07:29:56 UTC 2024


On Mon, 18 Nov 2024 15:43:51 GMT, SendaoYan <syan at openjdk.org> wrote:

>> src/hotspot/cpu/aarch64/interp_masm_aarch64.cpp line 397:
>> 
>>> 395:   if (VerifyActivationFrameSize) {
>>> 396:     Label L;
>>> 397:     subw(rscratch1, rfp, esp);
>> 
>> Use 64-bit arithmetic here, or you'll miss some kinds of error.
>
> Okey, Thanks.

`subw` has been replaced as `sub`

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

PR Review Comment: https://git.openjdk.org/jdk/pull/22181#discussion_r1847749966


More information about the hotspot-compiler-dev mailing list