Searched refs:thr2 (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/test/java/libcore/java/lang/
H A DOldObjectTest.java37 TestThread2 thr2; field in class:OldObjectTest
121 thr2 = new TestThread2();
123 thr2.start();
124 thr2.join();
127 thr2 = null;
187 thr2 = new TestThread2();
189 thr2.start();
190 thr2.join();
193 thr2 = null;
243 thr2
[all...]
H A DOldRuntimeTest.java409 Thread thr2 = new Thread () {
421 Runtime.getRuntime().addShutdownHook(thr2);

Completed in 71 milliseconds