comparison test/compiler/6865265/StackOverflowBug.java @ 7192:7cc69864a29b

7146636: compiler/6865265/StackOverflowBug.java fails due to changed stack minimum Summary: Increase the stack size in the run parameters. Reviewed-by: kvn Contributed-by: david.r.chase@oracle.com
author kvn
date Fri, 16 Nov 2012 15:49:46 -0800
parents 71699e9d8673
children
comparison
equal deleted inserted replaced
7165:e1d42ba865de 7192:7cc69864a29b
26 * @test 26 * @test
27 * @bug 6865265 27 * @bug 6865265
28 * @summary JVM crashes with "missing exception handler" error 28 * @summary JVM crashes with "missing exception handler" error
29 * @author volker.simonis@sap.com 29 * @author volker.simonis@sap.com
30 * 30 *
31 * @run main/othervm -XX:CompileThreshold=100 -Xbatch -Xss224k StackOverflowBug 31 * @run main/othervm -XX:CompileThreshold=100 -Xbatch -Xss248k StackOverflowBug
32 */ 32 */
33 33
34 34
35 public class StackOverflowBug { 35 public class StackOverflowBug {
36 36