Searched refs:safePrintln (Results 1 – 1 of 1) sorted by relevance
337 private static void safePrintln(Object o) { in safePrintln() method in Main352 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()[all …]