RFR: 8303351: [IR Framework] Add missing cpu feature avx512bw after JDK-8302681
Tobias Hartmann
thartmann at openjdk.org
Tue Feb 28 14:40:18 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
Looks good and trivial.
-------------
Marked as reviewed by thartmann (Reviewer).
PR: https://git.openjdk.org/jdk/pull/12785
More information about the hotspot-compiler-dev
mailing list