RFR: 8328181: C2: assert(MaxVectorSize >= 32) failed: vector length should be >= 32 [v2]

Tobias Hartmann thartmann at openjdk.org
Tue May 21 05:26:08 UTC 2024


On Mon, 8 Apr 2024 02:35:33 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:

>> This bug fix patch tightens the predication check for small constant length clear array pattern and relaxes associated feature checks. Modified few comments for clarity.
>> 
>> Kindly review and approve.
>> 
>> Best Regards,
>> Jatin
>
> Jatin Bhateja has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Cleanup predicates.

This introduced a performance regression, see [JDK-8332487](https://bugs.openjdk.org/browse/JDK-8332487). @jatin-bhateja, could you please have a look? Thanks.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/18464#issuecomment-2121764497


More information about the hotspot-compiler-dev mailing list