RFR: 8303351: [IR Framework] Add missing cpu feature avx512bw after JDK-8302681
Jie Fu
jiefu at openjdk.org
Tue Feb 28 14:47:33 UTC 2023
On Tue, 28 Feb 2023 14:19:47 GMT, Emanuel Peter <epeter 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!
Thanks @eme64 and @TobiHartmann .
-------------
PR: https://git.openjdk.org/jdk/pull/12785
More information about the hotspot-compiler-dev
mailing list