< prev index next >

test/compiler/interpreter/cr7116216/StackOverflow.java

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

*** 24,37 **** /** * @test * @bug 7116216 * @summary The vm crashes when GC happens during throwing a StackOverflow exception ! * ! * @run main/othervm -Xcomp -Xbatch StackOverflow */ public class StackOverflow { static String stackOverflow_largeFrame_liveOopForGC; public static int stackOverflow_largeFrame(int call_count, String liveOopForGC) { try { --- 24,39 ---- /** * @test * @bug 7116216 * @summary The vm crashes when GC happens during throwing a StackOverflow exception ! * @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 >