Lines Matching refs:safePrintln
337 private static void safePrintln(Object o) { in safePrintln() method in Main
352 safePrintln("Initializing and loading the TestWatcher class that will (eventually) be " + in doTest()
356 safePrintln("Allocating an j.l.Object before redefining Object class"); in doTest()
359 safePrintln("Allocating a Transform before redefining Object class"); in doTest()
363 safePrintln("Redefining the Object class to add a hook into the <init> method"); in doTest()
366 safePrintln("Allocating an j.l.Object after redefining Object class"); in doTest()
368 safePrintln("Allocating a Transform after redefining Object class"); in doTest()
372 safePrintln("Allocating an int[] after redefining Object class"); in doTest()
376 safePrintln("Allocating an array list"); in doTest()
378 safePrintln("Adding a bunch of stuff to the array list"); in doTest()
388 safePrintln("Allocating a linked list"); in doTest()
390 safePrintln("Adding a bunch of stuff to the linked list"); in doTest()
400 safePrintln("Throwing from down 4 stack frames"); in doTest()
404 safePrintln("Exception caught."); in doTest()
407 safePrintln("Finishing test!"); in doTest()