Home
last modified time | relevance | path

Searched defs:testTryFinally (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/test/java/lang/invoke/
DTryFinallyTest.java52 public static void testTryFinally() throws Throwable { in testTryFinally() method in TryFinallyTest
74 public static void testTryFinally(Class<?> argType, Object arg) throws Throwable { in testTryFinally() method in TryFinallyTest
DMethodHandlesGeneralTest.java1623 public void testTryFinally() throws Throwable { in testTryFinally() method in MethodHandlesGeneralTest
1667 …void testTryFinally(MethodHandle target, MethodHandle cleanup, String input, String msg, boolean m… in testTryFinally() method in MethodHandlesGeneralTest