RFR: 8344356: Aarch64: implement -XX:+VerifyActivationFrameSize [v2]
SendaoYan
syan at openjdk.org
Tue Nov 19 10:06:30 UTC 2024
On Tue, 19 Nov 2024 09:20:47 GMT, Andrew Haley <aph at openjdk.org> wrote:
>> SendaoYan has updated the pull request incrementally with one additional commit since the last revision:
>>
>> use cmp instead cmpw
>
> src/hotspot/cpu/aarch64/interp_masm_aarch64.cpp line 399:
>
>> 397: sub(rscratch2, rfp, esp);
>> 398: int32_t min_frame_size = (frame::link_offset - frame::interpreter_frame_mirror_offset) * wordSize;
>> 399: cmpw(rscratch2, min_frame_size);
>
> Here too.
Thanks, `cmpw` has replace as `cmp`.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22181#discussion_r1848034420
More information about the hotspot-compiler-dev
mailing list