Uses of Class
java.lang.invoke.MutableCallSite
| Package | Description | 
|---|---|
| java.lang.invoke | The  java.lang.invokepackage provides low-level primitives for interacting
 with the Java Virtual Machine. | 
| jdk.dynalink.support | Contains classes that make using Dynalink more convenient by providing
 basic implementations of some classes as well as various utilities. | 
- 
Uses of MutableCallSite in java.lang.invokeMethods in java.lang.invoke with parameters of type MutableCallSite Modifier and Type Method Description static voidMutableCallSite. syncAll(MutableCallSite[] sites)Performs a synchronization operation on each call site in the given array, forcing all other threads to throw away any cached values previously loaded from the target of any of the call sites.
- 
Uses of MutableCallSite in jdk.dynalink.supportSubclasses of MutableCallSite in jdk.dynalink.support Modifier and Type Class Description classAbstractRelinkableCallSiteA basic implementation of theRelinkableCallSiteas aMutableCallSite.classChainedCallSiteA relinkable call site that implements a polymorphic inline caching strategy.classSimpleRelinkableCallSiteA relinkable call site that implements monomorphic inline caching strategy, only being linked to a singleGuardedInvocationat any given time.