RFR: 8342768: GTest AssemblerX86.validate_vm failed: assert(VM_Version::supports_bmi1()) failed: tzcnt instruction not supported [v2]
hanklo6
duke at openjdk.org
Tue Oct 22 18:11:45 UTC 2024
On Tue, 22 Oct 2024 17:51:16 GMT, Sandhya Viswanathan <sviswanathan at openjdk.org> wrote:
>> hanklo6 has updated the pull request incrementally with one additional commit since the last revision:
>>
>> set avx and evex in test
>
> test/hotspot/gtest/x86/test_assemblerx86.cpp line 70:
>
>> 68: TEST_VM(AssemblerX86, validate) {
>> 69: FlagSetting flag_change_apx(UseAPX, true);
>> 70: VM_Version::set_bmi1_cpuFeatures();
>
> Let us also call the set_avx_cpuFeatures() and set_evex_cpuFeatures() in TEST_VM.
Thanks, done.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21644#discussion_r1811171817
More information about the hotspot-dev
mailing list