Lines Matching refs:ExceptionEvents

33  *  @run compile -g ExceptionEvents.java
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
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
100 public class ExceptionEvents extends TestScaffold {
117 ExceptionEvents(String target,
152 StringBuffer testName = new StringBuffer("ExceptionEvents(");
332 ExceptionEvents aRun = new ExceptionEvents(