test/compiler/intrinsics/sha/cli/TestUseSHAOptionOnSupportedCPU.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff test/compiler/intrinsics/sha/cli/TestUseSHAOptionOnSupportedCPU.java

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

Print this page

        

*** 23,36 **** /** * @test * @bug 8035968 * @summary Verify UseSHA option processing on supported CPU, ! * @library /testlibrary /testlibrary/whitebox /compiler/testlibrary testcases * @build TestUseSHAOptionOnSupportedCPU ! * @run main ClassFileInstaller sun.hotspot.WhiteBox ! * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI TestUseSHAOptionOnSupportedCPU */ public class TestUseSHAOptionOnSupportedCPU { public static void main(String args[]) throws Throwable { --- 23,36 ---- /** * @test * @bug 8035968 * @summary Verify UseSHA option processing on supported CPU, ! * @library /testlibrary /../../test/lib /compiler/testlibrary testcases * @build TestUseSHAOptionOnSupportedCPU ! * @run main ClassFileInstaller jdk.testlib.WhiteBox ! * jdk.testlib.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI TestUseSHAOptionOnSupportedCPU */ public class TestUseSHAOptionOnSupportedCPU { public static void main(String args[]) throws Throwable {
test/compiler/intrinsics/sha/cli/TestUseSHAOptionOnSupportedCPU.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File