Lines Matching full:println
28 //System.out.println("SYSTEM: " + ClassLoader.getSystemClassLoader());
29 //System.out.println("ALTERN: " + loader);
45 System.out.println("base: " + DoubledImplement.class);
46 System.out.println("base2: " + DoubledImplement2.class);
73 System.err.println("loadClass failed");
82 System.err.println("ERROR: Inaccessible1 was accessible");
84 System.err.println("newInstance failed: " + ie);
87 System.out.println("Got expected access exception #1");
88 //System.out.println("+++ " + iae);
102 System.err.println("ERROR: Inaccessible2 was accessible");
106 System.out.println("Got expected CNFE/IAE #2");
108 System.err.println("Got unexpected CNFE/IAE #2");
122 System.err.println("ERROR: Inaccessible3 was accessible");
126 System.out.println("Got expected CNFE/IAE #3");
128 System.err.println("Got unexpected CNFE/IAE #3");
144 //System.out.println("+++ DoubledExtend is " + doubledExtendClass
147 System.err.println("loadClass failed: " + cnfe);
155 System.err.println("newInstance failed: " + ie);
158 System.err.println("newInstance failed: " + iae);
161 System.out.println("Got expected LinkageError on DE");
174 System.err.println("ERROR: did not get LinkageError on DE");
175 System.err.println("(result=" + result + ")");
177 System.out.println("Got expected LinkageError on DE");
194 System.err.println("loadClass failed: " + cnfe);
202 System.err.println("newInstance failed: " + ie);
205 System.err.println("newInstance failed: " + iae);
208 System.err.println("Got unexpected LinkageError on DEO");
222 System.out.println("Got DEO result " + result);
224 System.err.println("Got unexpected LinkageError on DEO");
242 System.err.println("loadClass failed: " + cnfe);
250 System.err.println("newInstance failed: " + ie);
253 System.err.println("newInstance failed: " + iae);
257 System.out.println("Got LinkageError on GD");
271 System.out.println("Got LinkageError on GD");
274 System.err.println("Should have failed by now on GetDoubled");
288 System.err.println("loadClass ta failed: " + cnfe);
296 System.err.println("newInstance failed: " + ie);
299 System.err.println("newInstance failed: " + iae);
302 System.out.println("Got LinkageError on TA");
316 System.out.println("Got LinkageError on TA");
319 System.err.println("Should have failed by now in testAbstract");
335 System.err.println("loadClass failed: " + cnfe);
343 System.err.println("newInstance failed: " + ie);
346 System.err.println("newInstance failed: " + iae);
349 System.out.println("Got LinkageError on DI (early)");
362 //System.out.println("useObject: " + di.toString() + " -- "
367 System.err.println("ERROR: did not get LinkageError on DI");
371 System.out.println("Got LinkageError on DI (late)");
396 System.err.println("loadClass failed: " + cnfe);
404 System.err.println("newInstance failed: " + ie);
407 System.err.println("newInstance failed: " + iae);
410 System.out.println("Got LinkageError on IDI (early)");
411 //System.out.println(le);