RFR: 8328181: C2: assert(MaxVectorSize >= 32) failed: vector length should be >= 32 [v2]
Emanuel Peter
epeter at openjdk.org
Tue May 28 09:50:09 UTC 2024
On Tue, 28 May 2024 07:30:54 GMT, Emanuel Peter <epeter at openjdk.org> wrote:
>> Jatin Bhateja has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Cleanup predicates.
>
> src/hotspot/cpu/x86/x86.ad line 1753:
>
>> 1751: }
>> 1752: break;
>> 1753: case Op_ClearArray:
>
> This seems problematic, and may lead to the regression in https://bugs.openjdk.org/browse/JDK-8332487
>
> On non-AVX512 platforms, this is now always `true` instead of always `false`. Probably this was not intended, and you thought this way going to be default `false`?
I don't understand what you are implying. Are you saying this is not the reason for the regression?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18464#discussion_r1616928926
More information about the hotspot-compiler-dev
mailing list