comparison test/compiler/6865265/StackOverflowBug.java @ 4054:71699e9d8673

7106907: 64 bit VM fails test compiler/6865265/StackOverflowBug.java Summary: Use -Xss224k instead of -Xss128k. Reviewed-by: never
author kvn
date Mon, 31 Oct 2011 15:52:11 -0700
parents ec5ce9326985
children 7cc69864a29b
comparison
equal deleted inserted replaced
4053:e3b0dcc327b9 4054:71699e9d8673
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 -Xss128k StackOverflowBug 31 * @run main/othervm -XX:CompileThreshold=100 -Xbatch -Xss224k StackOverflowBug
32 */ 32 */
33 33
34 34
35 public class StackOverflowBug { 35 public class StackOverflowBug {
36 36