hotspot/test/compiler/exceptions/TestRecursiveReplacedException.java
changeset 39390 edf6a424a8b7
parent 28497 a7aecf0ffb6b
child 40059 c2304140ed64
equal deleted inserted replaced
39281:84e5f0fc2112 39390:edf6a424a8b7
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8054224
    26  * @bug 8054224
    27  * @summary Recursive method compiled by C1 is unable to catch StackOverflowError
    27  * @summary Recursive method compiled by C1 is unable to catch StackOverflowError
    28  * @run main/othervm -Xcomp -XX:CompileOnly=Test.run -XX:+TieredCompilation -XX:TieredStopAtLevel=2 -Xss392K TestRecursiveReplacedException
    28  * @run main/othervm -Xcomp -XX:CompileOnly=Test.run -XX:+TieredCompilation -XX:TieredStopAtLevel=2 -Xss512K TestRecursiveReplacedException
    29  *
    29  *
    30  */
    30  */
    31 
    31 
    32 public class TestRecursiveReplacedException {
    32 public class TestRecursiveReplacedException {
    33 
    33