Searched refs:MT_voidCleanup (Results 1 – 1 of 1) sorted by relevance
229 static final MethodType MT_voidCleanup = methodType(void.class, Throwable.class); field in TryFinallyTest.TryFinally261 MH_voidCleanup = LOOKUP.findStatic(TRY_FINALLY, "voidCleanup", MT_voidCleanup);