-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 26
-
Component/s: security-libs
-
master
The test is checking intrinsics that only exist on x86_64 but the test is not constrained to run only on x86_64. When run on Aarch64 for example we see:
Unrecognized VM option 'UseAVX=2'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
It is not clear if some of the sub-tests can run on other architectures.
Unrecognized VM option 'UseAVX=2'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
It is not clear if some of the sub-tests can run on other architectures.
- caused by
-
JDK-8371259 ML-DSA AVX2 and AVX512 intrinsics and improvements
-
- Resolved
-
- links to
-
Commit(master)
openjdk/jdk/46ee8d55
-
Review(master)
openjdk/jdk/28501