-
Bug
-
Resolution: Fixed
-
P3
-
17
-
b31
-
x86
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8270219 | 18 | Jatin Bhateja | P3 | Resolved | Fixed | b06 |
JDK-8270740 | 17.0.1 | Jatin Bhateja | P3 | Resolved | Fixed | b03 |
New tests added by JDK-8268966 changes failing when run with -XX:UseAVX=2 or =1.
compiler/vectorapi/VectorCastShape64Test.java
compiler/vectorapi/VectorCastShape128Test.java
test compiler.vectorapi.VectorCastShape128Test.testCastShape128(): failure
java.lang.AssertionError: expected [-9.297751E8] but found [-1.16216768E9]
at org.testng.Assert.fail(Assert.java:99)
at org.testng.Assert.failNotEquals(Assert.java:1037)
at org.testng.Assert.assertEquals(Assert.java:774)
at org.testng.Assert.assertEquals(Assert.java:785)
at compiler.vectorapi.VectorCastShape128Test.testIntToFloat(VectorCastShape128Test.java:262)
at compiler.vectorapi.VectorCastShape128Test.testCastShape128(VectorCastShape128Test.java:488)
compiler/vectorapi/VectorCastShape64Test.java
compiler/vectorapi/VectorCastShape128Test.java
test compiler.vectorapi.VectorCastShape128Test.testCastShape128(): failure
java.lang.AssertionError: expected [-9.297751E8] but found [-1.16216768E9]
at org.testng.Assert.fail(Assert.java:99)
at org.testng.Assert.failNotEquals(Assert.java:1037)
at org.testng.Assert.assertEquals(Assert.java:774)
at org.testng.Assert.assertEquals(Assert.java:785)
at compiler.vectorapi.VectorCastShape128Test.testIntToFloat(VectorCastShape128Test.java:262)
at compiler.vectorapi.VectorCastShape128Test.testCastShape128(VectorCastShape128Test.java:488)
- backported by
-
JDK-8270219 compiler/vectorapi/VectorCastShape*Test.java tests failed on avx2 machines
- Resolved
-
JDK-8270740 compiler/vectorapi/VectorCastShape*Test.java tests failed on avx2 machines
- Resolved
- relates to
-
JDK-8268966 AArch64: 'bad AD file' in some vector conversion tests
- Resolved