< prev index next >

test/compiler/intrinsics/unsafe/UnsafeTwoCASLong.java

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

@@ -25,13 +25,17 @@
 /*
  * @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
+ *
+ * @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 >