< prev index next >

test/compiler/intrinsics/unsafe/UnsafeTwoCASLong.java

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

*** 25,37 **** /* * @test * @bug 8143930 * @summary C1 LinearScan asserts when compiling two back-to-back CompareAndSwapLongs * @modules java.base/jdk.internal.misc ! * @run testng/othervm -Diters=200000 -XX:TieredStopAtLevel=1 UnsafeTwoCASLong */ import org.testng.annotations.Test; import java.lang.reflect.Field; import static org.testng.Assert.*; --- 25,41 ---- /* * @test * @bug 8143930 * @summary C1 LinearScan asserts when compiling two back-to-back CompareAndSwapLongs * @modules java.base/jdk.internal.misc ! * ! * @run testng/othervm -Diters=200000 -XX:TieredStopAtLevel=1 ! * compiler.intrinsics.unsafe.UnsafeTwoCASLong */ + package compiler.intrinsics.unsafe; + import org.testng.annotations.Test; import java.lang.reflect.Field; import static org.testng.Assert.*;
< prev index next >