< prev index next >

test/compiler/c2/Test6931567.java

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

@@ -25,13 +25,15 @@
 /**
  * @test
  * @bug 6931567
  * @summary JIT Error (on class file compiled with eclipse) on JVM x64 (but not on x32!).
  *
- * @run main Test6931567
+ * @run main compiler.c2.Test6931567
  */
 
+package compiler.c2;
+
 // Should be compiled with javac from JDK1.3 to get bytecode which shows the problem.
 public class Test6931567 {
 
     public static void main(final String[] args) {
         booleanInvert(Integer.MAX_VALUE);
< prev index next >