jdk/src/share/classes/java/lang/invoke/MethodHandle.java
changeset 22960 436141944957
parent 20877 83ea903d5cf1
child 24572 5c9e5961d21c
equal deleted inserted replaced
22959:2d9d076cee41 22960:436141944957
    29 import java.util.*;
    29 import java.util.*;
    30 import sun.invoke.util.*;
    30 import sun.invoke.util.*;
    31 import sun.misc.Unsafe;
    31 import sun.misc.Unsafe;
    32 
    32 
    33 import static java.lang.invoke.MethodHandleStatics.*;
    33 import static java.lang.invoke.MethodHandleStatics.*;
    34 import java.util.logging.Level;
       
    35 import java.util.logging.Logger;
       
    36 
    34 
    37 /**
    35 /**
    38  * A method handle is a typed, directly executable reference to an underlying method,
    36  * A method handle is a typed, directly executable reference to an underlying method,
    39  * constructor, field, or similar low-level operation, with optional
    37  * constructor, field, or similar low-level operation, with optional
    40  * transformations of arguments or return values.
    38  * transformations of arguments or return values.