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

/openjdk7/jdk/test/java/lang/invoke/
H A DRicochetTest.java133 assertEqualFunction(opJ, opJ.asType(opL_J.type()).asType(opJ.type()));
560 private static long opL_J(Object x) { return (long) opI((int)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
575 opL_J = findStatic("opL_J", long.class, Object.class);

Completed in 31 milliseconds