< prev index next >

test/compiler/escapeAnalysis/cr6795161/Test.java

Print this page

        

@@ -24,13 +24,18 @@
 
 /*
  * @test
  * @bug 6795161
  * @summary Escape analysis leads to data corruption
- * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -Xcomp -XX:CompileOnly=Test -XX:+DoEscapeAnalysis Test
+ *
+ * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -Xcomp -XX:+DoEscapeAnalysis
+ *      -XX:CompileCommand=compileonly,compiler.escapeAnalysis.cr6795161.Test::*
+ *      compiler.escapeAnalysis.cr6795161.Test
  */
 
+package compiler.escapeAnalysis.cr6795161;
+
 class Test_Class_1 {
     static String var_1;
 
     static void badFunc(int size)
     {
< prev index next >