< prev index next >

test/compiler/c2/Test8007722.java

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

@@ -23,16 +23,19 @@
 
 /*
  * @test
  * @bug 8007722
  * @summary GetAndSetP's MachNode should capture bottom type
- * @run main/othervm -XX:-UseOnStackReplacement -XX:-BackgroundCompilation Test8007722
  *
+ * @run main/othervm -XX:-UseOnStackReplacement -XX:-BackgroundCompilation
+ *      compiler.c2.Test8007722
  */
 
-import java.util.concurrent.atomic.*;
+package compiler.c2;
 
+import java.util.concurrent.atomic.AtomicReference;
+
 public class Test8007722 {
 
     int i;
     static AtomicReference<Test8007722> ref;
 
< prev index next >