RFR: 8295662: jdk/incubator/vector tests fail "assert(VM_Version::supports_avx512vlbw()) failed"

Xiaohong Gong xgong at openjdk.org
Thu Oct 20 02:19:01 UTC 2022


On Wed, 19 Oct 2022 16:37:13 GMT, Quan Anh Mai <qamai at openjdk.org> wrote:

>> This patch removes the incorrectly used `evmovdqub` and uses `evmovdqul` because the former requires AVX512BW, which is unavailable on KNL settings. We have `C2_MacroAssembler::load_vector` already so we can use it here instead.
>> 
>> Thanks a lot.
>
> Thanks very much for your reviews.

Thanks for fixing the issue so quickly @merykitty !

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

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


More information about the hotspot-compiler-dev mailing list