--- old/test/compiler/intrinsics/sha/cli/TestUseSHAOptionOnSupportedCPU.java 2021-01-25 19:31:13.455231778 +0000 +++ new/test/compiler/intrinsics/sha/cli/TestUseSHAOptionOnSupportedCPU.java 2021-01-25 19:31:13.336230527 +0000 @@ -38,6 +38,8 @@ new GenericTestCaseForSupportedSparcCPU( SHAOptionsBase.USE_SHA_OPTION), new UseSHASpecificTestCaseForSupportedSparcCPU( + SHAOptionsBase.USE_SHA_OPTION), + new GenericTestCaseForSupportedAArch64CPU( SHAOptionsBase.USE_SHA_OPTION)).test(); } }