RFR: 8339063: [aarch64] Skip verify_sve_vector_length after native calls if SVE supports 128 bits VL only [v2]

Joshua Zhu jzhu at openjdk.org
Thu Aug 29 10:54:19 UTC 2024


On Thu, 29 Aug 2024 09:50:33 GMT, Fei Gao <fgao at openjdk.org> wrote:

>> Joshua Zhu has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fix compilation failure with --disable-precompiled-headers
>
> src/hotspot/cpu/aarch64/aarch64_vector.ad line 158:
> 
>> 156: 
>> 157:     int length_in_bytes = vlen * type2aelembytes(bt);
>> 158:     if (UseSVE == 0 && length_in_bytes > FloatRegister::neon_vl) {
> 
> Should we also update `aarch64_vector_ad.m4` to avoid any mismatch :) ?

Nice catch! I overlooked this place. Thanks for your reminder!

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

PR Review Comment: https://git.openjdk.org/jdk/pull/20724#discussion_r1735987350


More information about the hotspot-compiler-dev mailing list