diff -r 84e5f0fc2112 -r edf6a424a8b7 hotspot/test/compiler/exceptions/TestRecursiveReplacedException.java --- a/hotspot/test/compiler/exceptions/TestRecursiveReplacedException.java Tue Jun 14 19:38:44 2016 +0200 +++ b/hotspot/test/compiler/exceptions/TestRecursiveReplacedException.java Mon Jun 13 09:28:25 2016 +0200 @@ -25,7 +25,7 @@ * @test * @bug 8054224 * @summary Recursive method compiled by C1 is unable to catch StackOverflowError - * @run main/othervm -Xcomp -XX:CompileOnly=Test.run -XX:+TieredCompilation -XX:TieredStopAtLevel=2 -Xss392K TestRecursiveReplacedException + * @run main/othervm -Xcomp -XX:CompileOnly=Test.run -XX:+TieredCompilation -XX:TieredStopAtLevel=2 -Xss512K TestRecursiveReplacedException * */