Lines Matching refs:safePrintln
75 private static void safePrintln(Object o) { in safePrintln() method in Main
90 safePrintln("Initializing and loading the TestWatcher class that will (eventually) be " + in doTest()
94 safePrintln("Allocating an j.l.Object before redefining Object class"); in doTest()
97 safePrintln("Allocating a Transform before redefining Object class"); in doTest()
101 safePrintln("Redefining the Object class to add a hook into the <init> method"); in doTest()
104 safePrintln("Allocating an j.l.Object after redefining Object class"); in doTest()
106 safePrintln("Allocating a Transform after redefining Object class"); in doTest()
110 safePrintln("Allocating an int[] after redefining Object class"); in doTest()
114 safePrintln("Allocating an array list"); in doTest()
116 safePrintln("Adding a bunch of stuff to the array list"); in doTest()
126 safePrintln("Allocating a linked list"); in doTest()
128 safePrintln("Adding a bunch of stuff to the linked list"); in doTest()
138 safePrintln("Throwing from down 4 stack frames"); in doTest()
142 safePrintln("Exception caught."); in doTest()
145 safePrintln("Finishing test!"); in doTest()