Lines Matching refs:println
37 System.out.println("Caught NoClassDefFoundError."); in simpleTest()
48 System.out.println("Caught NoClassDefFoundError."); in simpleTest()
69 System.out.println("Caught NoClassDefFoundError."); in hierarchyTest()
81 System.out.println("Caught NoClassDefFoundError."); in hierarchyTest()
93 System.out.println("Caught NoClassDefFoundError."); in hierarchyTest()
102 System.out.println("Allocated BadSuper!"); in hierarchyTest()
106 System.out.println("Caught NoClassDefFoundError."); in hierarchyTest()
127 System.out.println("Bad.foo()"); in foo()
128 System.out.println("Bad.instanceValue = " + instanceValue); in foo()
129 System.out.println("Bad.staticValue = " + staticValue); in foo()
132 System.out.println("Bad.bar()"); in bar()
133 System.out.println("Bad.staticValue [indirect] = " + Helper.$inline$getBadStaticValue()); in bar()
155 System.out.println("BadSuper.foo()"); in foo()
156 System.out.println("BadSuper.superInstanceValue = " + superInstanceValue); in foo()
157 System.out.println("BadSuper.superStaticValue = " + superStaticValue); in foo()
170 System.out.println("BadSub.bar()"); in bar()
171 System.out.println("BadSub.subInstanceValue = " + subInstanceValue); in bar()
172 System.out.println("BadSub.subStaticValue = " + subStaticValue); in bar()
173 System.out.println("BadSuper.superInstanceValue = " + superInstanceValue); in bar()
174 System.out.println("BadSuper.superStaticValue = " + superStaticValue); in bar()
177 System.out.println("BadSub.allocSuper(.)"); in allocSuper()