Home
last modified time | relevance | path

Searched refs:safePrintln (Results 1 – 1 of 1) sorted by relevance

/art/test/980-redefine-object/src/
DMain.java75 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()
[all …]