jdk/src/java.base/share/classes/java/lang/invoke/Invokers.java
changeset 25991 e48157b42439
parent 25979 42e5d9f8087e
parent 25859 3317bb8137f4
child 26467 d69abed3a07d
equal deleted inserted replaced
25876:d06a6d3c66c0 25991:e48157b42439
    35 /**
    35 /**
    36  * Construction and caching of often-used invokers.
    36  * Construction and caching of often-used invokers.
    37  * @author jrose
    37  * @author jrose
    38  */
    38  */
    39 class Invokers {
    39 class Invokers {
    40     // exact type (sans leading taget MH) for the outgoing call
    40     // exact type (sans leading target MH) for the outgoing call
    41     private final MethodType targetType;
    41     private final MethodType targetType;
    42 
    42 
    43     // FIXME: Get rid of the invokers that are not useful.
    43     // FIXME: Get rid of the invokers that are not useful.
    44 
    44 
    45     // exact invoker for the outgoing call
    45     // exact invoker for the outgoing call