Searched refs:tryCatchFinally (Results 1 – 1 of 1) sorted by relevance
69 Class<?> tryCatchFinally = loader.loadClass("testdata.TryCatchFinally"); in testTryCatchFinally() local70 tryCatchFinally.getDeclaredMethod("method").invoke(null); in testTryCatchFinally()