hotspot/test/compiler/intrinsics/sha/sanity/TestSHA1Intrinsics.java
changeset 28190 5a6b07edeb21
parent 26438 7a4e6f3d7b53
child 29678 dd2f3932c21e
equal deleted inserted replaced
28187:fc19df82d6ee 28190:5a6b07edeb21
    23 
    23 
    24 /**
    24 /**
    25  * @test
    25  * @test
    26  * @bug 8035968
    26  * @bug 8035968
    27  * @summary Verify that SHA-1 intrinsic is actually used.
    27  * @summary Verify that SHA-1 intrinsic is actually used.
    28  * @library /testlibrary /testlibrary/whitebox /compiler/testlibrary ../
    28  * @library /testlibrary /../../test/lib /compiler/testlibrary ../
    29  * @build TestSHA intrinsics.Verifier TestSHA1Intrinsics
    29  * @build TestSHA intrinsics.Verifier TestSHA1Intrinsics
    30  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    30  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    31  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    31  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    32  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    32  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    33  *                   -XX:+WhiteBoxAPI -Xbatch -XX:CompileThreshold=500
    33  *                   -XX:+WhiteBoxAPI -Xbatch -XX:CompileThreshold=500