Skip to content
Snippets Groups Projects
Commit 3d53c654 authored by SendaoYan's avatar SendaoYan Committed by Paul Hohensee
Browse files

8309109: AArch64: [TESTBUG]...

8309109: AArch64: [TESTBUG] compiler/intrinsics/sha/cli/TestUseSHA3IntrinsicsOptionOnSupportedCPU.java fails on Neoverse N2 and V1

Backport-of: 0604ce7f383b67c372d55987ff8a7bf3a2189c55
parent b47abe8e
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,10 @@
* @summary Verify UseSHA3Intrinsics option processing on supported CPU.
* @library /test/lib /
* @requires vm.flagless
* @requires os.arch == "aarch64" & os.family == "mac"
* @comment sha3 is only implemented on AArch64 for now.
* UseSHA3Intrinsics is only auto-enabled on Apple silicon, because it
* may introduce performance regression on others. See JDK-8297092.
*
* @build jdk.test.whitebox.WhiteBox
* @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.test.whitebox.WhiteBox
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment