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

/openjdk7/jdk/test/java/lang/invoke/
H A DRicochetTest.java558 private static int opL2_I(Object x, Object y) { return opI2((int)x, (int)y); } 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
573 opL2_I = findStatic("opL2_I", int.class, Object.class, Object.class);

Completed in 43 milliseconds