Home
last modified time | relevance | path

Searched refs: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
1646 testTryFinally(target, cleanupPassThrough, inputMessage, inputMessage, false); in testTryFinally()
1647 testTryFinally(target, cleanupAugment, inputMessage, augmentedMessage, false); in testTryFinally()
1648 testTryFinally(targetThrow, cleanupCatch, inputMessage, thrownMessage, true); in testTryFinally()
1649 testTryFinally(targetThrow, cleanupThrow, inputMessage, rethrownMessage, true); in testTryFinally()
1661 testTryFinally(vtarget, vcleanupPassThrough, inputMessage, inputMessage, false); in testTryFinally()
1662 testTryFinally(vtarget, vcleanupAugment, inputMessage, augmentedMessage, false); in testTryFinally()
1663 testTryFinally(vtargetThrow, vcleanupCatch, inputMessage, thrownMessage, true); in testTryFinally()
1664 testTryFinally(vtargetThrow, vcleanupThrow, inputMessage, rethrownMessage, true); in testTryFinally()
1667 …void testTryFinally(MethodHandle target, MethodHandle cleanup, String input, String msg, boolean m… in testTryFinally() method in MethodHandlesGeneralTest