Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/invoke/
DMethodHandlesGeneralTest.java1659 MethodHandle vcleanupCatch = lookup.findStatic(C, "vcleanupCatch", cleanupType); in testTryFinally() local
1663 testTryFinally(vtargetThrow, vcleanupCatch, inputMessage, thrownMessage, true); in testTryFinally()
DMethodHandlesTest.java763 static void vcleanupCatch(Throwable t, String[] a) { in vcleanupCatch() method