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

/art/test/074-gc-thrash/src/
H A DMain.java195 private static final int MAX_DEPTH = 61; field in class:Deep
197 private static String strong[] = new String[MAX_DEPTH];
198 private static WeakReference weak[] = new WeakReference[MAX_DEPTH];
209 iter += MAX_DEPTH;
222 for (int i = 0; i < MAX_DEPTH; i++) {
232 for (int i = 0; i < MAX_DEPTH; i++)
237 for (int i = 0; i < MAX_DEPTH; i++) {
244 System.out.println("Deep: iters=" + iter / MAX_DEPTH);
296 if (depth+1 < MAX_DEPTH)

Completed in 58 milliseconds