Home
last modified time | relevance | path

Searched refs:inputMessage (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/lang/invoke/
DMethodHandlesGeneralTest.java1626 String inputMessage = "returned"; in testTryFinally() local
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()