hotspot/test/compiler/intrinsics/bmi/verifycode/BlsrTestI.java
changeset 25958 8dc85547d6d6
parent 24003 372cef87666e
child 28190 5a6b07edeb21
equal deleted inserted replaced
25944:c8aa7a0bf7d0 25958:8dc85547d6d6
    25  * @test
    25  * @test
    26  * @bug 8031321
    26  * @bug 8031321
    27  * @library /testlibrary /testlibrary/whitebox /compiler/whitebox ..
    27  * @library /testlibrary /testlibrary/whitebox /compiler/whitebox ..
    28  * @build BlsrTestI
    28  * @build BlsrTestI
    29  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    29  * @run main ClassFileInstaller sun.hotspot.WhiteBox
       
    30  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    30  * @run main/othervm -Xbootclasspath/a:. -Xbatch -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
    31  * @run main/othervm -Xbootclasspath/a:. -Xbatch -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
    31  *                   -XX:+IgnoreUnrecognizedVMOptions -XX:+UseBMI1Instructions BlsrTestI
    32  *                   -XX:+IgnoreUnrecognizedVMOptions -XX:+UseBMI1Instructions BlsrTestI
    32  */
    33  */
    33 
    34 
    34 import java.lang.reflect.Method;
    35 import java.lang.reflect.Method;