Home | History | Annotate | Download | only in invokecustom

Lines Matching full:system

31     System.out.println("targetMethodTest4 from Super");
41 System.out.println("InvokeCustom.<init>(" + i + ")");
45 System.out.println("Hello World!");
50 System.out.println(z);
51 System.out.println(b);
52 System.out.println(c);
53 System.out.println(s);
54 System.out.println(i);
55 System.out.println(f);
56 System.out.println(l);
57 System.out.println(d);
58 System.out.println(str);
62 System.out.println("targetMethodTest3 from InvokeCustom");
68 System.out.println("targetMethodTest4 from InvokeCustom (oops!)");
73 System.out.println("targetMethodTest5 " + x + " + " + y + " = " + calculated);
75 System.out.println("Failed " + calculated + " != " + total);
82 System.out.println("targetMethodTest6 " + x + " + " + y + " = " + calculated);
84 System.out.println("Failed " + calculated + " != " + total);
91 System.out.println("targetMethodTest7 " + x + " * " + y + " = " + calculated);
93 System.out.println("Failed " + calculated + " != " + product);
99 System.out.println("targetMethodTest8 " + s);
110 System.out.print("checkStaticFieldTest9: old " + oldValue + " new " + newValue +
112 System.out.println((newValue == NEW_VALUE) ? "OK" : "ERROR");
123 System.out.print("checkFieldTest9: old " + oldValue + " new " + newValue +
125 System.out.println((newValue == NEW_VALUE) ? "OK" : "ERROR");
129 System.out.println("helperMethodTest9 in " + InvokeCustom.class);
133 System.out.println("targetMethodTest9()");
137 System.out.println("run() for Test9");
142 System.out.println("bsmLookupStatic []");
151 System.out.println("bsmLookupStaticWithExtraArgs [" + i + ", " + l + ", " + f + ", " + d + "]");
160 System.out.println("bsmCreateCallSite [" + mh + "]");
165 System.out.println("InvokeCustom.privateMethodTest9()");
174 System.out.println("bsmLookupTest9 [" + staticGetter + ", " + staticSetter + ", " +
176 System.out.println(name + " " + type);
199 strings.stream().forEach(System.out::println);