Integrated: 8306008: Several Vector API tests fail for client VM after JDK-8304450

Quan Anh Mai qamai at openjdk.org
Tue Apr 25 16:17:17 UTC 2023


On Tue, 18 Apr 2023 12:21:11 GMT, Quan Anh Mai <qamai at openjdk.org> wrote:

> Hi,
> 
> Please review this patch which fixes the errors on machines where TypeMaxVector has a length of 64 bits. I take an extra cautious approach and fall back to putting elements one by one if the length is an unexpected value.
> 
> All jdk/incubator/vector tests passed with MaxVectorSize=8, which fails without this patch.
> 
> Thanks a lot.

This pull request has now been integrated.

Changeset: 0ff3a278
Author:    Quan Anh Mai <qamai at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/0ff3a2784e06873505956ba01f153bba82d6c07a
Stats:     275 lines in 11 files changed: 205 ins; 0 del; 70 mod

8306008: Several Vector API tests fail for client VM after JDK-8304450

Reviewed-by: psandoz

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

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


More information about the core-libs-dev mailing list