Searched refs:vcleanupPassThrough (Results 1 – 2 of 2) sorted by relevance
1657 MethodHandle vcleanupPassThrough = lookup.findStatic(C, "vcleanupPassThrough", cleanupType); in testTryFinally() local1661 testTryFinally(vtarget, vcleanupPassThrough, inputMessage, inputMessage, false); in testTryFinally()
753 static void vcleanupPassThrough(Throwable t, String[] a) { in vcleanupPassThrough() method