jdk/src/java.base/share/classes/java/lang/invoke/CallSite.java
changeset 44255 515cf13d7791
parent 43194 3c8c3c61ae92
child 46873 7ac2f551b0d6
equal deleted inserted replaced
44254:123a06da53d0 44255:515cf13d7791
    80   // ignore caller and name, but match the type:
    80   // ignore caller and name, but match the type:
    81   return new ConstantCallSite(printArgs.asType(type));
    81   return new ConstantCallSite(printArgs.asType(type));
    82 }
    82 }
    83 }</pre></blockquote>
    83 }</pre></blockquote>
    84  * @author John Rose, JSR 292 EG
    84  * @author John Rose, JSR 292 EG
       
    85  * @since 1.7
    85  */
    86  */
    86 abstract
    87 abstract
    87 public class CallSite {
    88 public class CallSite {
    88 
    89 
    89     // The actual payload of this call site:
    90     // The actual payload of this call site: