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

Quan Anh Mai qamai at openjdk.org
Wed Oct 19 16:44:22 UTC 2022


On Wed, 19 Oct 2022 14:08:39 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.

This pull request has now been integrated.

Changeset: 7b1c6767
Author:    Quan Anh Mai <qamai at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/7b1c6767fc5ea90630776e5bfa0fcc47ffc89aa6
Stats:     12 lines in 1 file changed: 0 ins; 11 del; 1 mod

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

Reviewed-by: chagedorn, thartmann

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

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


More information about the hotspot-compiler-dev mailing list