Integrated: 8328181: C2: assert(MaxVectorSize >= 32) failed: vector length should be >= 32

Jatin Bhateja jbhateja at openjdk.org
Tue Apr 9 01:40:14 UTC 2024


On Sun, 24 Mar 2024 09:58:59 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

This pull request has now been integrated.

Changeset: fbc1e666
Author:    Jatin Bhateja <jbhateja at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/fbc1e6661e26c30a9cf7bc57afd70fde1c642bcb
Stats:     19 lines in 5 files changed: 2 ins; 3 del; 14 mod

8328181: C2: assert(MaxVectorSize >= 32) failed: vector length should be >= 32

Reviewed-by: kvn, vlivanov

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

PR: https://git.openjdk.org/jdk/pull/18464


More information about the hotspot-dev mailing list