RFR: 8284960: Integration of JEP 426: Vector API (Fourth Incubator) [v8]
Jatin Bhateja
jbhateja at openjdk.java.net
Wed May 25 06:29:24 UTC 2022
On Mon, 23 May 2022 22:17:40 GMT, Vladimir Kozlov <kvn at openjdk.org> 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
More information about the hotspot-compiler-dev
mailing list