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

/openjdk7/jdk/test/java/lang/invoke/
H A DMethodHandlesTest.java2401 // doret docast
2413 boolean doret, boolean docast) throws Throwable {
2416 System.out.println("mh="+mh+", ctype="+ctype.getName()+", doret="+doret+", docast="+docast);
2422 if (docast) mh = MethodHandles.explicitCastArguments(mh, mt);
2437 if (!docast) {
2469 System.out.println(" retype using "+(docast ? "explicitCastArguments" : "asType")+" to "+mt+" => "+mh);
2412 testInterfaceCast(MethodHandle mh, Class<?> ctype, boolean doret, boolean docast) argument

Completed in 44 milliseconds