Searched refs:vcleanupCatch (Results 1 – 2 of 2) sorted by relevance
1659 MethodHandle vcleanupCatch = lookup.findStatic(C, "vcleanupCatch", cleanupType); in testTryFinally() local1663 testTryFinally(vtargetThrow, vcleanupCatch, inputMessage, thrownMessage, true); in testTryFinally()
763 static void vcleanupCatch(Throwable t, String[] a) { in vcleanupCatch() method