equal
deleted
inserted
replaced
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 |