hotspot/test/compiler/intrinsics/bmi/TestLzcntI.java
changeset 28190 5a6b07edeb21
parent 27425 8689c0c3824a
child 29678 dd2f3932c21e
equal deleted inserted replaced
28187:fc19df82d6ee 28190:5a6b07edeb21
    25 /**
    25 /**
    26  * @test
    26  * @test
    27  * @bug 8031321
    27  * @bug 8031321
    28  * @summary Verify that results of computations are the same w/
    28  * @summary Verify that results of computations are the same w/
    29  *          and w/o usage of intrinsic
    29  *          and w/o usage of intrinsic
    30  * @library /testlibrary /testlibrary/whitebox
    30  * @library /testlibrary /../../test/lib
    31  * @build TestLzcntI BMITestRunner Expr
    31  * @build TestLzcntI BMITestRunner Expr
    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 TestLzcntI
    35  *                   -XX:+WhiteBoxAPI TestLzcntI