Lines Matching refs:err

73             System.err.println("loadClass failed");  in testAccess1()
82 System.err.println("ERROR: Inaccessible1 was accessible"); in testAccess1()
84 System.err.println("newInstance failed: " + ie); in testAccess1()
102 System.err.println("ERROR: Inaccessible2 was accessible: " + altClass); in testAccess2()
108 System.err.println("Got unexpected CNFE/IAE #2"); in testAccess2()
122 System.err.println("ERROR: Inaccessible3 was accessible: " + altClass); in testAccess3()
128 System.err.println("Got unexpected CNFE/IAE #3"); in testAccess3()
147 System.err.println("loadClass failed: " + cnfe); in testExtend()
155 System.err.println("newInstance failed: " + ie); in testExtend()
158 System.err.println("newInstance failed: " + iae); in testExtend()
174 System.err.println("ERROR: did not get LinkageError on DE"); in testExtend()
175 System.err.println("(result=" + result + ")"); in testExtend()
194 System.err.println("loadClass failed: " + cnfe); in testExtendOkay()
202 System.err.println("newInstance failed: " + ie); in testExtendOkay()
205 System.err.println("newInstance failed: " + iae); in testExtendOkay()
208 System.err.println("Got unexpected LinkageError on DEO"); in testExtendOkay()
224 System.err.println("Got unexpected LinkageError on DEO"); in testExtendOkay()
242 System.err.println("loadClass failed: " + cnfe); in testInterface()
250 System.err.println("newInstance failed: " + ie); in testInterface()
253 System.err.println("newInstance failed: " + iae); in testInterface()
274 System.err.println("Should have failed by now on GetDoubled"); in testInterface()
288 System.err.println("loadClass ta failed: " + cnfe); in testAbstract()
296 System.err.println("newInstance failed: " + ie); in testAbstract()
299 System.err.println("newInstance failed: " + iae); in testAbstract()
319 System.err.println("Should have failed by now in testAbstract"); in testAbstract()
335 System.err.println("loadClass failed: " + cnfe); in testImplement()
343 System.err.println("newInstance failed: " + ie); in testImplement()
346 System.err.println("newInstance failed: " + iae); in testImplement()
367 System.err.println("ERROR: did not get LinkageError on DI"); in useImplement()
396 System.err.println("loadClass failed: " + cnfe); in testIfaceImplement()
404 System.err.println("newInstance failed: " + ie); in testIfaceImplement()
407 System.err.println("newInstance failed: " + iae); in testIfaceImplement()