Lines Matching full:system
27 System.out.println("targetMethodTest4 from Super");
37 System.out.println("InvokeCustom.<init>(" + i + ")");
41 System.out.println("Hello World!");
46 System.out.println(z);
47 System.out.println(b);
48 System.out.println(c);
49 System.out.println(s);
50 System.out.println(i);
51 System.out.println(f);
52 System.out.println(l);
53 System.out.println(d);
54 System.out.println(str);
58 System.out.println("targetMethodTest3 from InvokeCustom");
64 System.out.println("targetMethodTest4 from InvokeCustom (oops!)");
69 System.out.println("targetMethodTest5 " + x + " + " + y + " = " + calculated);
71 System.out.println("Failed " + calculated + " != " + total);
78 System.out.println("targetMethodTest6 " + x + " + " + y + " = " + calculated);
80 System.out.println("Failed " + calculated + " != " + total);
87 System.out.println("targetMethodTest7 " + x + " * " + y + " = " + calculated);
89 System.out.println("Failed " + calculated + " != " + product);
95 System.out.println("targetMethodTest8 " + s);
106 System.out.print("checkStaticFieldTest9: old " + oldValue + " new " + newValue +
108 System.out.println((newValue == NEW_VALUE) ? "OK" : "ERROR");
119 System.out.print("checkFieldTest9: old " + oldValue + " new " + newValue +
121 System.out.println((newValue == NEW_VALUE) ? "OK" : "ERROR");
125 System.out.println("helperMethodTest9 in " + InvokeCustom.class);
129 System.out.println("targetMethodTest9()");
133 System.out.println("run() for Test9");
138 System.out.println("bsmLookupStatic []");
147 System.out.println("bsmLookupStaticWithExtraArgs [" + i + ", " + l + ", " + f + ", " + d + "]");
156 System.out.println("bsmCreateCallSite [" + mh + "]");
166 System.out.println("bsmLookupTest9 [" + staticGetter + ", " + staticSetter + ", " +
168 System.out.println(name + " " + type);