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