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

/openjdk7/jdk/test/java/lang/invoke/
H A DRicochetTest.java433 this.fns = new MethodHandle[Math.max(29, (1 << MAX_DEPTH-2)/3)];
459 boolean isLeaf = (depth >= MAX_DEPTH);
653 private static final int MAX_DEPTH = getProperty("MAX_DEPTH", 5); field in class:RicochetTest

Completed in 31 milliseconds