Searched refs:acceptException (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DAbstractLauncher.java155 private IOException acceptException = null; field in class:AbstractLauncher.Helper
186 (acceptException == null) &&
195 if (acceptException != null) {
197 throw acceptException;
225 synchronized void notifyOfAcceptException(IOException acceptException) { argument
226 this.acceptException = acceptException;
/openjdk7/jdk/test/java/lang/Runtime/exec/
H A DStreamsSurviveDestroy.java42 boolean acceptException; field in class:StreamsSurviveDestroy.Copier
52 this.acceptException = ae;
85 if (acceptException) {
95 if (!acceptException && exc != null)

Completed in 30 milliseconds