Searched defs:thrower (Results 1 - 5 of 5) sorted by relevance

/openjdk7/langtools/test/tools/javac/multicatch/
H A DNeg07.java12 thrower(i);
24 static void thrower(int i) throws SonException, DaughterException { method in class:Neg07
H A DPos10.java49 thrower(i);
67 private static void thrower(int i) throws SonException, DaughterException { method in class:Pos10
/openjdk7/jdk/test/com/sun/jdi/
H A DExceptionEvents.java80 thrower();
82 static void thrower() { method in class:StackOverflowUncaughtTarg
90 thrower();
95 static void thrower() { method in class:StackOverflowIndirectTarg
/openjdk7/jdk/test/java/util/concurrent/FutureTask/
H A DThrow.java40 Callable<Void> thrower(final Throwable t) { method in class:Throw
65 new MyFutureTask(thrower(callableThrowable)) {
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DForkJoinTask.java422 final long thrower; // use id not ref to avoid weak cycles field in class:ForkJoinTask.ExceptionNode
427 this.thrower = Thread.currentThread().getId();
522 if (e.thrower != Thread.currentThread().getId()) {

Completed in 35 milliseconds