< prev index next >

test/compiler/escapeAnalysis/cr6716441/Tester.java

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

@@ -23,15 +23,19 @@
 
 /*
  * @test
  * @bug 6716441
  * @summary error in meet with +DoEscapeAnalysis
- * @run main/othervm -Xcomp -XX:+AggressiveOpts Tester
+ *
+ * @run main/othervm -Xcomp -XX:+AggressiveOpts
+ *      compiler.escapeAnalysis.cr6716441.Tester
  */
 
 /* Complexity upper bound: 70070 ops */
 
+package compiler.escapeAnalysis.cr6716441;
+
 class Tester_Class_0 {
     Object var_1;
 
 
     public Tester_Class_0()
< prev index next >