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

/openjdk7/jdk/test/java/lang/invoke/
H A DRicochetTest.java552 private static Object opI_L(int x) { return (Object) opI(x); } method in class:RicochetTest
561 private static final MethodHandle opI, opI2, opI3, opI4, opI_L, opJ, opJ2, opJ3, opL2, opL, opL2_I, opL_I, opL_J; field in class:RicochetTest
567 opI_L = findStatic("opI_L", Object.class, int.class);

Completed in 82 milliseconds