< prev index next >

test/compiler/c1/Test7090976.java

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

@@ -25,13 +25,16 @@
 /**
  * @test
  * @bug 7090976
  * @summary Eclipse/CDT causes a JVM crash while indexing C++ code
  *
- * @run main/othervm -XX:-BackgroundCompilation -XX:-UseOnStackReplacement Test7090976
+ * @run main/othervm -XX:-BackgroundCompilation -XX:-UseOnStackReplacement
+ *      compiler.c1.Test7090976
  */
 
+package compiler.c1;
+
 public class Test7090976 {
 
     static interface I1 {
         public void m1();
     };
< prev index next >