Searched refs:rethrownMessage (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/test/java/lang/invoke/ |
D | MethodHandlesGeneralTest.java | 1629 String rethrownMessage = "rethrown"; in testTryFinally() local 1645 … bindTo(new Exception(rethrownMessage)), 0, Throwable.class, String.class, String.class); in testTryFinally() 1649 testTryFinally(targetThrow, cleanupThrow, inputMessage, rethrownMessage, true); in testTryFinally() 1664 testTryFinally(vtargetThrow, vcleanupThrow, inputMessage, rethrownMessage, true); in testTryFinally()
|