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

/openjdk7/jdk/test/java/util/concurrent/ThreadPoolExecutor/
H A DThrowingTasks.java101 static class Thrower implements Runnable { class in class:ThrowingTasks
103 Thrower(Throwable t) { this.t = t; } method in class:ThrowingTasks.Thrower
108 static final Thrower noThrower = new Thrower(null);
109 static final Thrower rteThrower = new Thrower(rte);
110 static final Thrower errorThrower = new Thrower(error);
111 static final Thrower weirdThrower = new Thrower(weir
[all...]
/openjdk7/jdk/test/java/rmi/transport/acceptLoop/
H A DCloseServerSocketOnTermination.java109 Thrower.class.newInstance();
120 private static class Thrower { class in class:CloseServerSocketOnTermination.SSF
121 Thrower() throws Throwable { throw toThrow.get(); } method in class:CloseServerSocketOnTermination.SSF.Thrower

Completed in 43 milliseconds