hotspot/test/runtime/Throwable/TestThrowable.java
changeset 40631 ed82623d7831
parent 39397 ae63e0e7af71
child 42307 cefc81dc1d52
equal deleted inserted replaced
40629:514bf0744294 40631:ed82623d7831
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8150778
    26  * @bug 8150778
    27  * @summary Test exception depths, and code to get stack traces
    27  * @summary Test exception depths, and code to get stack traces
    28  * @modules java.base/jdk.internal.misc
    28  * @modules java.base/jdk.internal.misc
    29  * @library /testlibrary
    29  * @library /test/lib
    30  * @run main/othervm -XX:MaxJavaStackTraceDepth=1024 TestThrowable
    30  * @run main/othervm -XX:MaxJavaStackTraceDepth=1024 TestThrowable
    31  */
    31  */
    32 
    32 
    33 import java.lang.reflect.Field;
    33 import java.lang.reflect.Field;
    34 import jdk.test.lib.Asserts;
    34 import jdk.test.lib.Asserts;