Uses of Class
java.lang.invoke.MutableCallSite
-
Packages that use MutableCallSite Package Description java.lang.invoke Thejava.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.invoke
Methods in java.lang.invoke with parameters of type MutableCallSite Modifier and Type Method Description static voidMutableCallSite. syncAll(MutableCallSite[] sites)Forces the current target MethodHandle of each of the MutableCallSites in the sites array to be seen by all threads. -
Uses of MutableCallSite in jdk.dynalink.support
Subclasses 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.
-