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.java52 Thread thrException = new Thread () { in test_addShutdownHook() local
64 Runtime.getRuntime().addShutdownHook(thrException); in test_addShutdownHook()
70 Runtime.getRuntime().addShutdownHook(thrException); in test_addShutdownHook()
87 Runtime.getRuntime().removeShutdownHook(thrException); in test_addShutdownHook()