Searched refs:thrownMessage (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/test/java/lang/invoke/ |
D | MethodHandlesGeneralTest.java | 1628 String thrownMessage = "thrown"; in testTryFinally() local 1637 …es.throwException(String.class, Exception.class).bindTo(new Exception(thrownMessage)), 0, String.c… in testTryFinally() 1642 … cleanupCatch = MethodHandles.dropArguments(MethodHandles.constant(String.class, thrownMessage), 0, in testTryFinally() 1648 testTryFinally(targetThrow, cleanupCatch, inputMessage, thrownMessage, true); in testTryFinally() 1663 testTryFinally(vtargetThrow, vcleanupCatch, inputMessage, thrownMessage, true); in testTryFinally()
|