Searched refs:catchException (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DMethodHandles.java2232 MethodHandle catchException(MethodHandle target, method in class:MethodHandles
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DLower.java1540 // primaryException.addSuppressed(catchException);
1541 VarSymbol catchException =
1548 List.<JCExpression>of(make.Ident(catchException))));
1553 JCVariableDecl catchExceptionDecl = make.VarDef(catchException, null);
/openjdk7/jdk/test/java/lang/invoke/
H A DMethodHandlesTest.java2254 startTest("catchException");
2295 System.out.println("catchException rt="+returnType+" throw="+throwMode+" nargs="+nargs+" drops="+catchDrops);
2325 MethodHandle target = MethodHandles.catchException(thrower, exType, catcher);

Completed in 97 milliseconds