The following tests are failing the JDK17 CI:
jdk/incubator/vector/Byte128VectorTests.java
jdk/incubator/vector/Byte64VectorTests.java
jdk/incubator/vector/ByteMaxVectorTests.java
jdk/incubator/vector/Short128VectorTests.java
jdk/incubator/vector/ShortMaxVectorTests.java
These test started failing on linux-aarch64 with the following fix:
JDK-8264954 unified handling for VectorMask object re-materialization during de-optimization
Here's a snippet from the ShortMaxVectorTests.java log file:
===============================================
jdk/incubator/vector/ShortMaxVectorTests.java
Total tests run: 2181, Failures: 3, Skips: 0
===============================================
----------System.err:(15/913)----------
WARNING: Using incubator modules: jdk.incubator.vector
java.lang.Exception: failures: 3
at com.sun.javatest.regtest.agent.TestNGRunner.main(TestNGRunner.java:96)
at com.sun.javatest.regtest.agent.TestNGRunner.main(TestNGRunner.java:54)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:831)
JavaTest Message: Test threw exception: java.lang.Exception: failures: 3
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.Exception: failures: 3
----------rerun:(42/5932)*----------