< prev index next >

test/compiler/codegen/Test7100757.java

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

@@ -27,14 +27,18 @@
  * @bug 7100757
  * @summary The BitSet.nextSetBit() produces incorrect result in 32bit VM on Sparc
  * @library /testlibrary
  * @modules java.base/jdk.internal.misc
  *          java.management
- * @run main/timeout=300 Test7100757
+ *
+ * @run main/timeout=300 compiler.codegen.Test7100757
  */
 
+package compiler.codegen;
+
 import jdk.test.lib.Utils;
+
 import java.util.BitSet;
 import java.util.Random;
 
 public class Test7100757 {
 
< prev index next >