< prev index next >

test/compiler/c1/Test6757316.java

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

@@ -23,13 +23,16 @@
 
 /**
  * @test
  * @bug 6757316
  * @summary load_constant() produces a wrong long constant, with high a low words swapped
- * @run main/othervm -Xcomp Test6757316
+ *
+ * @run main/othervm -Xcomp compiler.c1.Test6757316
  */
 
+package compiler.c1;
+
 public class Test6757316 {
     public static void main(String[] args) {
         long[] arr = {
             0x11111111aaaaaaaaL,
             0xaaaaaaaa11111111L,
< prev index next >