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

Quan Anh Mai qamai at openjdk.org
Wed Oct 19 14:15:33 UTC 2022


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.

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

Commit messages:
 - fix wrongly used evmovdqub

Changes: https://git.openjdk.org/jdk/pull/10764/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=10764&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8295662
  Stats: 12 lines in 1 file changed: 0 ins; 11 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/10764.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/10764/head:pull/10764

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


More information about the hotspot-compiler-dev mailing list