Lines Matching refs:err

132             System.err.println("loadClass failed");  in testAccess1()
141 System.err.println("ERROR: Inaccessible1 was accessible"); in testAccess1()
143 System.err.println("newInstance failed: " + ie); in testAccess1()
161 System.err.println("ERROR: Inaccessible2 was accessible: " + altClass); in testAccess2()
167 System.err.println("Got unexpected CNFE/IAE #2"); in testAccess2()
181 System.err.println("ERROR: Inaccessible3 was accessible: " + altClass); in testAccess3()
187 System.err.println("Got unexpected CNFE/IAE #3"); in testAccess3()
206 System.err.println("loadClass failed: " + cnfe); in testExtend()
214 System.err.println("newInstance failed: " + ie); in testExtend()
217 System.err.println("newInstance failed: " + iae); in testExtend()
233 System.err.println("ERROR: did not get LinkageError on DE"); in testExtend()
234 System.err.println("(result=" + result + ")"); in testExtend()
253 System.err.println("loadClass failed: " + cnfe); in testExtendOkay()
261 System.err.println("newInstance failed: " + ie); in testExtendOkay()
264 System.err.println("newInstance failed: " + iae); in testExtendOkay()
267 System.err.println("Got unexpected LinkageError on DEO"); in testExtendOkay()
283 System.err.println("Got unexpected LinkageError on DEO"); in testExtendOkay()
301 System.err.println("loadClass failed: " + cnfe); in testInterface()
309 System.err.println("newInstance failed: " + ie); in testInterface()
312 System.err.println("newInstance failed: " + iae); in testInterface()
333 System.err.println("Should have failed by now on GetDoubled"); in testInterface()
347 System.err.println("loadClass ta failed: " + cnfe); in testAbstract()
355 System.err.println("newInstance failed: " + ie); in testAbstract()
358 System.err.println("newInstance failed: " + iae); in testAbstract()
378 System.err.println("Should have failed by now in testAbstract"); in testAbstract()
394 System.err.println("loadClass failed: " + cnfe); in testImplement()
402 System.err.println("newInstance failed: " + ie); in testImplement()
405 System.err.println("newInstance failed: " + iae); in testImplement()
426 System.err.println("ERROR: did not get LinkageError on DI"); in useImplement()
455 System.err.println("loadClass failed: " + cnfe); in testIfaceImplement()
463 System.err.println("newInstance failed: " + ie); in testIfaceImplement()
466 System.err.println("newInstance failed: " + iae); in testIfaceImplement()