Home
last modified time | relevance | path

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

/cts/hostsidetests/jvmti/base/run-test-based-app/src/android/jvmti/cts/
DJvmtiRunTestBasedTest.java133 final Throwable[] final_throw = new Throwable[] { null }; in testRunTest() local
148 main_thread.setUncaughtExceptionHandler((thread, e) -> { final_throw[0] = e; }); in testRunTest()
153 if (final_throw[0] != null) { in testRunTest()
154 throw new InvocationTargetException(final_throw[0], "Remote exception occurred."); in testRunTest()