Searched defs:savedException (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/lang/Runtime/exec/
H A DConcurrentRead.java38 static volatile Exception savedException; field in class:ConcurrentRead
56 if (savedException != null)
57 throw savedException;
74 savedException = e;
/openjdk7/jdk/test/java/nio/channels/Selector/
H A DByteServer.java41 volatile Exception savedException; field in class:ByteServer

Completed in 1552 milliseconds