jdk/test/java/lang/invoke/VarHandles/VarHandleTestByteArrayAsInt.java
changeset 38429 0fd11baf20c3
parent 38382 98d5a441bc2f
child 39472 6df82f4c63ac
equal deleted inserted replaced
38428:0079e7d659db 38429:0fd11baf20c3
    25  * @test
    25  * @test
    26  * @bug 8154556
    26  * @bug 8154556
    27  * @run testng/othervm -Diters=20000 -XX:TieredStopAtLevel=1 VarHandleTestByteArrayAsInt
    27  * @run testng/othervm -Diters=20000 -XX:TieredStopAtLevel=1 VarHandleTestByteArrayAsInt
    28  * @run testng/othervm -Diters=20000                         VarHandleTestByteArrayAsInt
    28  * @run testng/othervm -Diters=20000                         VarHandleTestByteArrayAsInt
    29  * @run testng/othervm -Diters=20000 -XX:-TieredCompilation  VarHandleTestByteArrayAsInt
    29  * @run testng/othervm -Diters=20000 -XX:-TieredCompilation  VarHandleTestByteArrayAsInt
    30  * @run testng/othervm -Diters=20000 -Djava.lang.invoke.VarHandle.VAR_HANDLE_GUARDS=false VarHandleTestByteArrayAsInt
       
    31  */
    30  */
    32 
    31 
    33 import org.testng.annotations.DataProvider;
    32 import org.testng.annotations.DataProvider;
    34 import org.testng.annotations.Test;
    33 import org.testng.annotations.Test;
    35 
    34