< prev index next >

test/compiler/unsafe/SunMiscUnsafeAccessTestShort.java

Print this page
rev 11557 : 8132919: use package in compiler tests
Reviewed-by: duke

*** 23,39 **** /* * @test * @bug 8143628 * @summary Test unsafe access for short * @modules jdk.unsupported/sun.misc ! * @run testng/othervm -Diters=100 -Xint SunMiscUnsafeAccessTestShort ! * @run testng/othervm -Diters=20000 -XX:TieredStopAtLevel=1 SunMiscUnsafeAccessTestShort ! * @run testng/othervm -Diters=20000 -XX:-TieredCompilation SunMiscUnsafeAccessTestShort ! * @run testng/othervm -Diters=20000 SunMiscUnsafeAccessTestShort */ import org.testng.annotations.Test; import java.lang.reflect.Field; import static org.testng.Assert.*; --- 23,42 ---- /* * @test * @bug 8143628 * @summary Test unsafe access for short + * * @modules jdk.unsupported/sun.misc ! * @run testng/othervm -Diters=100 -Xint compiler.unsafe.SunMiscUnsafeAccessTestShort ! * @run testng/othervm -Diters=20000 -XX:TieredStopAtLevel=1 compiler.unsafe.SunMiscUnsafeAccessTestShort ! * @run testng/othervm -Diters=20000 -XX:-TieredCompilation compiler.unsafe.SunMiscUnsafeAccessTestShort ! * @run testng/othervm -Diters=20000 compiler.unsafe.SunMiscUnsafeAccessTestShort */ + package compiler.unsafe; + import org.testng.annotations.Test; import java.lang.reflect.Field; import static org.testng.Assert.*;
< prev index next >