Noticed in a personal run that many jdk/incubator/vector/* failed on linux-x64-debug even though my changes were unrelated. I ran one of them with the latest CI build 24-ea+22-2632 again and could see that it failed 4 out of 10 times.
I ran some binary search with the most recent builds and could identify that the tests start to fail after JDK-8338021.
Additionally required VM flags:
-ea -esa -XX:CompileThreshold=100 -XX:+UnlockExperimentalVMOptions -Xcomp -server -XX:-TieredCompilation
Failings tests:
- jdk/incubator/vector/ByteMaxVectorTests.java
- jdk/incubator/vector/Byte[64|128|256|512]VectorTests.java
- jdk/incubator/vector/ShortMaxVectorTests.java
- jdk/incubator/vector/Short[64|128|256|512]VectorTests.java
- jdk/incubator/vector/IntMaxVectorTests.java
- jdk/incubator/vector/Int[64|128|256|512]VectorTests.java
- jdk/incubator/vector/LongMaxVectorTests.java
- jdk/incubator/vector/Long[64|128|256|512]VectorTests.java