Integrated: 8303351: [IR Framework] Add missing cpu feature avx512bw after JDK-8302681
Jie Fu
jiefu at openjdk.org
Tue Feb 28 14:47:36 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
This pull request has now been integrated.
Changeset: 4a415ad5
Author: Jie Fu <jiefu at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/4a415ad5848a33137c5c51ee0a843a7025bc1518
Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
8303351: [IR Framework] Add missing cpu feature avx512bw after JDK-8302681
Reviewed-by: epeter, thartmann
-------------
PR: https://git.openjdk.org/jdk/pull/12785
More information about the hotspot-compiler-dev
mailing list