< prev index next >

test/compiler/codegen/Test6879902.java

Print this page

        

@@ -24,13 +24,15 @@
 /**
  * @test
  * @bug 6879902
  * @summary CTW failure jdk6_18/hotspot/src/cpu/sparc/vm/assembler_sparc.hpp:845
  *
- * @run main Test6879902
+ * @run main compiler.codegen.Test6879902
  */
 
+package compiler.codegen;
+
 import java.util.Arrays;
 
 public class Test6879902 {
     public static void main(String[] args) {
         Object[] oa = new Object[250];
< prev index next >