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

/art/test/074-gc-thrash/src/
H A DMain.java110 Deep deep = new Deep();
197 class Deep extends Thread { class in inherits:Thread
232 System.out.println("Deep: weak still has " + i);
237 System.out.println("Deep: iters=" + iter / MAX_DEPTH);
254 System.out.println("Deep: " + i + " strong=" + strong[i] +
320 return new String("Deep" + val);

Completed in 21 milliseconds