Searched defs:exceptionCaught (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/java/awt/Toolkit/RealSync/
H A DRealSyncOnEDT.java45 static Exception exceptionCaught = null; field in class:RealSyncOnEDT
71 exceptionCaught = e;
86 if (exceptionCaught == null) {
89 } else if (!exceptionCaught.getClass().getName().equals("sun.awt.SunToolkit$IllegalThreadException")) {
90 exceptionCaught.printStackTrace();
91 fail("Unexpected exception caught while invoking the realSync(): " + exceptionCaught);
/openjdk7/hotspot/agent/test/jdi/
H A DTestScaffold.java58 private boolean exceptionCaught = false; field in class:TestScaffold
83 return exceptionCaught;
87 exceptionCaught = value;
467 TestScaffold.this.exceptionCaught = true;
/openjdk7/jdk/test/com/sun/jdi/
H A DTestScaffold.java61 private boolean exceptionCaught = false; field in class:TestScaffold
86 return exceptionCaught;
90 exceptionCaught = value;
575 TestScaffold.this.exceptionCaught = true;

Completed in 57 milliseconds