< prev index next >

test/compiler/interpreter/cr7116216/StackOverflow.java

Print this page

        

@@ -24,14 +24,16 @@
 
 /**
  * @test
  * @bug 7116216
  * @summary The vm crashes when GC happens during throwing a StackOverflow exception
- *
- * @run main/othervm -Xcomp -Xbatch StackOverflow
+ * @library /
+ * @run main/othervm -Xcomp -Xbatch compiler.interpreter.cr7116216.StackOverflow
  */
 
+package compiler.interpreter.cr7116216;
+
 public class StackOverflow {
     static String stackOverflow_largeFrame_liveOopForGC;
 
     public static int stackOverflow_largeFrame(int call_count, String liveOopForGC) {
         try {
< prev index next >