ConstantCallSite

Class ConstantCallSite

public class ConstantCallSite
extends CallSite

A ConstantCallSite is a CallSite whose target is permanent, and can never be changed. An invokedynamic instruction linked to a ConstantCallSite is permanently bound to the call site's target.

Constructors

ConstantCallSite

public ConstantCallSite(MethodHandle target)

Creat