Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/lang/
DOldRuntimeTest.java43 Thread thrException = new Thread () { in test_addShutdownHook() local
55 Runtime.getRuntime().addShutdownHook(thrException); in test_addShutdownHook()
61 Runtime.getRuntime().addShutdownHook(thrException); in test_addShutdownHook()
78 Runtime.getRuntime().removeShutdownHook(thrException); in test_addShutdownHook()