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

/openjdk7/jdk/test/java/lang/invoke/
H A DRicochetTest.java421 Object result = rfcb.recursiveFunction(x, y);
434 java.util.Arrays.fill(fns, lookup().bind(this, "recursiveFunction", genericMethodType(2)));
443 Object recursiveFunction(Object x, Object y) throws Throwable { method in class:RicochetTest.RFCB

Completed in 47 milliseconds