< prev index next >

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

Print this page

        

*** 32,40 **** * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI TestUseSHA1IntrinsicsOptionOnSupportedCPU */ public class TestUseSHA1IntrinsicsOptionOnSupportedCPU { public static void main(String args[]) throws Throwable { ! new SHAOptionsBase(new GenericTestCaseForSupportedSparcCPU( SHAOptionsBase.USE_SHA1_INTRINSICS_OPTION)).test(); } } --- 32,43 ---- * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI TestUseSHA1IntrinsicsOptionOnSupportedCPU */ public class TestUseSHA1IntrinsicsOptionOnSupportedCPU { public static void main(String args[]) throws Throwable { ! new SHAOptionsBase( ! new GenericTestCaseForSupportedSparcCPU( ! SHAOptionsBase.USE_SHA1_INTRINSICS_OPTION), ! new GenericTestCaseForSupportedAArch64CPU( SHAOptionsBase.USE_SHA1_INTRINSICS_OPTION)).test(); } }
< prev index next >