Searched refs:thr2 (Results 1 – 2 of 2) sorted by relevance
37 TestThread2 thr2; field in OldObjectTest121 thr2 = new TestThread2(); in test_wait()123 thr2.start(); in test_wait()124 thr2.join(); in test_wait()127 thr2 = null; in test_wait()187 thr2 = new TestThread2(); in test_waitJI()189 thr2.start(); in test_waitJI()190 thr2.join(); in test_waitJI()193 thr2 = null; in test_waitJI()243 thr2 = new TestThread2(); in test_waitJ()[all …]
418 Thread thr2 = new Thread () { in test_removeShutdownHookLjava_lang_Thread() local430 Runtime.getRuntime().addShutdownHook(thr2); in test_removeShutdownHookLjava_lang_Thread()