hotspot/test/compiler/intrinsics/bmi/TestBlsmskI.java
changeset 25958 8dc85547d6d6
parent 23493 170c77c1103a
child 27425 8689c0c3824a
equal deleted inserted replaced
25944:c8aa7a0bf7d0 25958:8dc85547d6d6
    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 BLSMSK instruction
    29  *          and w/o usage of BLSMSK instruction
    30  * @library /testlibrary /testlibrary/whitebox
    30  * @library /testlibrary /testlibrary/whitebox
    31  * @build TestBlsmskI BMITestRunner Expr
    31  * @build TestBlsmskI BMITestRunner Expr
    32  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    32  * @run main ClassFileInstaller sun.hotspot.WhiteBox
       
    33  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    33  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    34  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    34  *                   -XX:+WhiteBoxAPI TestBlsmskI
    35  *                   -XX:+WhiteBoxAPI TestBlsmskI
    35  */
    36  */
    36 
    37 
    37 import sun.hotspot.cpuinfo.CPUInfo;
    38 import sun.hotspot.cpuinfo.CPUInfo;