RFR: 8369511: PPC64: compiler/vectorapi/VectorMaskCompareNotTest.java fails when running without VectorRegisters
Emanuel Peter
epeter at openjdk.org
Wed Oct 15 05:46:01 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). This is an alternative to https://github.com/openjdk/jdk/pull/27749.
@TheRealMDoerr I think I prefer this solution 😊
Though I wonder if we need to add some kind of label for the `jtreg` changes? I'm not familiar with the code there.
But I can surely approve the test changes :)
-------------
PR Comment: https://git.openjdk.org/jdk/pull/27805#issuecomment-3404605353
More information about the hotspot-compiler-dev
mailing list