Lines Matching refs:StackOverflowCaughtTarg
35 * @run main/othervm ExceptionEvents N A StackOverflowCaughtTarg java.lang.Exception
36 * @run main/othervm ExceptionEvents C A StackOverflowCaughtTarg null
37 * @run main/othervm ExceptionEvents C A StackOverflowCaughtTarg java.lang.Error
38 * @run main/othervm ExceptionEvents C A StackOverflowCaughtTarg java.lang.StackOverflowError
39 * @run main/othervm ExceptionEvents N A StackOverflowCaughtTarg java.lang.NullPointerException
41 * @run main/othervm ExceptionEvents N T StackOverflowCaughtTarg java.lang.Exception
42 * @run main/othervm ExceptionEvents C T StackOverflowCaughtTarg null
43 * @run main/othervm ExceptionEvents C T StackOverflowCaughtTarg java.lang.Error
44 * @run main/othervm ExceptionEvents C T StackOverflowCaughtTarg java.lang.StackOverflowError
45 * @run main/othervm ExceptionEvents N T StackOverflowCaughtTarg java.lang.NullPointerException
47 * @run main/othervm ExceptionEvents N N StackOverflowCaughtTarg java.lang.Exception
48 * @run main/othervm ExceptionEvents C N StackOverflowCaughtTarg null
49 * @run main/othervm ExceptionEvents C N StackOverflowCaughtTarg java.lang.Error
50 * @run main/othervm ExceptionEvents C N StackOverflowCaughtTarg java.lang.StackOverflowError
51 * @run main/othervm ExceptionEvents N N StackOverflowCaughtTarg java.lang.NullPointerException
68 class StackOverflowCaughtTarg {
130 goNeither("StackOverflowCaughtTarg", "java.lang.Exception");
131 goCaught("StackOverflowCaughtTarg", null);
132 goCaught("StackOverflowCaughtTarg", "java.lang.Error");
133 goCaught("StackOverflowCaughtTarg", "java.lang.StackOverflowError");
134 goNeither("StackOverflowCaughtTarg", "java.lang.NullPointerException");