On Mon, 23 May 2022 22:17:40 GMT, Vladimir Kozlov <[email protected]> wrote:
>> Jatin Bhateja has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> 8284960: Integrating incremental patches.
>
> src/hotspot/cpu/x86/assembler_x86.cpp line 8173:
>
>> 8171:
>> 8172: void Assembler::vinsertf32x4(XMMRegister dst, XMMRegister nds,
>> XMMRegister src, uint8_t imm8) {
>> 8173: assert(VM_Version::supports_evex(), "");
>
> Hmm, did we never trigger this wrong assert because the use was guarded by
> correct check?
Yes.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8425