< prev index next >

test/compiler/intrinsics/sha/cli/TestUseSHAOptionOnSupportedCPU.java

Print this page

        

@@ -36,8 +36,10 @@
     public static void main(String args[]) throws Throwable {
         new SHAOptionsBase(
                 new GenericTestCaseForSupportedSparcCPU(
                         SHAOptionsBase.USE_SHA_OPTION),
                 new UseSHASpecificTestCaseForSupportedSparcCPU(
+                        SHAOptionsBase.USE_SHA_OPTION),
+                new GenericTestCaseForSupportedAArch64CPU(
                         SHAOptionsBase.USE_SHA_OPTION)).test();
     }
 }
< prev index next >