< prev index next >

test/compiler/intrinsics/string/TestStringEqualsBadLength.java

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

@@ -23,14 +23,17 @@
 
 /*
  * @test
  * @bug 8027445
  * @summary String.equals() may be called with a length whose upper bits are not cleared
- * @run main/othervm -XX:-UseOnStackReplacement -XX:-BackgroundCompilation TestStringEqualsBadLength
  *
+ * @run main/othervm -XX:-UseOnStackReplacement -XX:-BackgroundCompilation
+ *      compiler.intrinsics.string.TestStringEqualsBadLength
  */
 
+package compiler.intrinsics.string;
+
 import java.util.Arrays;
 
 public class TestStringEqualsBadLength {
 
     int v1;
< prev index next >