Integrated: 8368205: [TESTBUG] VectorMaskCompareNotTest.java crashes when MaxVectorSize=8

Martin Doerr mdoerr at openjdk.org
Thu Oct 16 09:44:35 UTC 2025


On Tue, 14 Oct 2025 18:21:45 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

> The test `VectorMaskCompareNotTest` requires 16 Byte vectors (or larger). If the machine only uses 8 Byte vectors, we get an exception in the static initializer because the code tries to use a 4 Byte vector which is unsupported (stack trace: see JBS issue [JDK-8369511](https://bugs.openjdk.org/browse/JDK-8369511)). This is an alternative to https://github.com/openjdk/jdk/pull/27749.

This pull request has now been integrated.

Changeset: 6e911d81
Author:    Martin Doerr <mdoerr at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/6e911d819efa0f14ab1f9009b5bf325d99edb26c
Stats:     22 lines in 2 files changed: 21 ins; 0 del; 1 mod

8368205: [TESTBUG] VectorMaskCompareNotTest.java crashes when MaxVectorSize=8

Reviewed-by: dzhang, epeter, rrich

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

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


More information about the hotspot-compiler-dev mailing list