Searched refs:MAX_DEPTH (Results 1 - 1 of 1) sorted by last modified time

/art/test/074-gc-thrash/src/
H A DMain.java198 private static final int MAX_DEPTH = 61; field in class:Deep
200 private static String strong[] = new String[MAX_DEPTH];
201 private static WeakReference weak[] = new WeakReference[MAX_DEPTH];
212 iter += MAX_DEPTH;
225 for (int i = 0; i < MAX_DEPTH; i++)
230 for (int i = 0; i < MAX_DEPTH; i++) {
237 System.out.println("Deep: iters=" + iter / MAX_DEPTH);
252 for (int i = 0; i < MAX_DEPTH; i++) {
306 if (depth+1 < MAX_DEPTH)

Completed in 36 milliseconds