hotspot/test/compiler/intrinsics/bmi/TestBlsrI.java
changeset 40059 c2304140ed64
parent 36851 03e2f4d0a421
child 40631 ed82623d7831
equal deleted inserted replaced
40058:b4441f6cfe79 40059:c2304140ed64
    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 BLSR instruction
    29  *          and w/o usage of BLSR instruction
    30  * @library /testlibrary /test/lib
    30  * @library /testlibrary /test/lib /
    31  * @modules java.base/jdk.internal.misc
    31  * @modules java.base/jdk.internal.misc
    32  *          java.management
    32  *          java.management
    33  * @build TestBlsrI BMITestRunner Expr
    33  *
    34  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    34  * @build compiler.intrinsics.bmi.TestBlsrI
    35  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    35  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
       
    36  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    36  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    37  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    37  *                   -XX:+WhiteBoxAPI TestBlsrI
    38  *                   -XX:+WhiteBoxAPI
       
    39  *                   compiler.intrinsics.bmi.TestBlsrI
    38  */
    40  */
       
    41 
       
    42 package compiler.intrinsics.bmi;
    39 
    43 
    40 import sun.hotspot.cpuinfo.CPUInfo;
    44 import sun.hotspot.cpuinfo.CPUInfo;
    41 
    45 
    42 public class TestBlsrI {
    46 public class TestBlsrI {
    43 
    47