Lines Matching refs:StackOverflowUncaughtTarg
53 * @run main/othervm ExceptionEvents N A StackOverflowUncaughtTarg java.lang.Exception
54 * @run main/othervm ExceptionEvents U A StackOverflowUncaughtTarg null
55 * @run main/othervm ExceptionEvents U A StackOverflowUncaughtTarg java.lang.Error
56 * @run main/othervm ExceptionEvents U A StackOverflowUncaughtTarg java.lang.StackOverflowError
57 * @run main/othervm ExceptionEvents N A StackOverflowUncaughtTarg java.lang.NullPointerException
59 * @run main/othervm ExceptionEvents N T StackOverflowUncaughtTarg java.lang.NullPointerException
60 * @run main/othervm ExceptionEvents N N StackOverflowUncaughtTarg java.lang.NullPointerException
78 class StackOverflowUncaughtTarg {
136 goNeither("StackOverflowUncaughtTarg", "java.lang.Exception");
137 goUncaught("StackOverflowUncaughtTarg", null);
138 goUncaught("StackOverflowUncaughtTarg", "java.lang.Error");
139 goUncaught("StackOverflowUncaughtTarg", "java.lang.StackOverflowError");
140 goNeither("StackOverflowUncaughtTarg", "java.lang.NullPointerException");