RFR: 8303351: [IR Framework] Add missing cpu feature avx512bw after JDK-8302681

Emanuel Peter epeter at openjdk.org
Tue Feb 28 14:22:48 UTC 2023


On Tue, 28 Feb 2023 13:39:26 GMT, Jie Fu <jiefu at openjdk.org> wrote:

> Hi all,
> 
> testlibrary_tests/ir_framework/tests/TestCPUFeatureCheck.java fails on our AVX512 machines.
> This is because `avx512bw` isn't in the verified list after JDK-8302681.
> 
> Let's fix it.
> 
> Thanks.
> Best regards,
> Jie

Thanks for adding it, I missed that one and will soon need it myself.
Looks good!

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

Marked as reviewed by epeter (Committer).

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


More information about the hotspot-compiler-dev mailing list