-
Bug
-
Resolution: Fixed
-
P3
-
24
-
b23
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 afterJDK-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
I ran some binary search with the most recent builds and could identify that the tests start to fail after
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
- duplicates
-
JDK-8343246 Total 17 jdk/incubator/vector tests fails with -Xcomp
-
- Closed
-
- relates to
-
JDK-8338021 Support new unsigned and saturating vector operators in VectorAPI
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/8d4d589f
-
Review(master) openjdk/jdk/21819