src/share/classes/java/lang/invoke/MethodHandle.java

Print this page
rev 10452 : imported patch lang-Typos

*** 677,687 **** * </ul> * <p> * This method provides the crucial behavioral difference between * {@link #invokeExact invokeExact} and plain, inexact {@link #invoke invoke}. * The two methods ! * perform the same steps when the caller's type descriptor exactly m atches * the callee's, but when the types differ, plain {@link #invoke invoke} * also calls {@code asType} (or some internal equivalent) in order * to match up the caller's and callee's types. * <p> * If the current method is a variable arity method handle --- 677,687 ---- * </ul> * <p> * This method provides the crucial behavioral difference between * {@link #invokeExact invokeExact} and plain, inexact {@link #invoke invoke}. * The two methods ! * perform the same steps when the caller's type descriptor exactly matches * the callee's, but when the types differ, plain {@link #invoke invoke} * also calls {@code asType} (or some internal equivalent) in order * to match up the caller's and callee's types. * <p> * If the current method is a variable arity method handle