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

/art/test/074-gc-thrash/src/
H A DMain.java199 private static final int MAX_DEPTH = 61; field in class:Deep
201 private static String strong[] = new String[MAX_DEPTH];
202 private static WeakReference weak[] = new WeakReference[MAX_DEPTH];
213 iter += MAX_DEPTH;
226 for (int i = 0; i < MAX_DEPTH; i++)
231 for (int i = 0; i < MAX_DEPTH; i++) {
238 System.out.println("Deep: iters=" + iter / MAX_DEPTH);
253 for (int i = 0; i < MAX_DEPTH; i++) {
307 if (depth+1 < MAX_DEPTH)

Completed in 54 milliseconds