Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/invoke/
DTryFinallyTest.java229 static final MethodType MT_voidCleanup = methodType(void.class, Throwable.class); field in TryFinallyTest.TryFinally
261 MH_voidCleanup = LOOKUP.findStatic(TRY_FINALLY, "voidCleanup", MT_voidCleanup);