Skip to content

Commit

Permalink
8309109: AArch64: [TESTBUG] compiler/intrinsics/sha/cli/TestUseSHA3In…
Browse files Browse the repository at this point in the history
…trinsicsOptionOnSupportedCPU.java fails on Neoverse N2 and V1

Reviewed-by: aph
Backport-of: afdaa2a
  • Loading branch information
mrserb committed Feb 8, 2024
1 parent bed2eaa commit 0604ce7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0604ce7

Please sign in to comment.