Uses of Class
java.lang.invoke.MutableCallSite
Package
Description
The
java.lang.invoke
package provides low-level primitives for interacting
with the Java Virtual Machine.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
Modifier and TypeMethodDescriptionstatic void
MutableCallSite.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.support
Modifier and TypeClassDescriptionclass
A basic implementation of theRelinkableCallSite
as aMutableCallSite
.class
A relinkable call site that implements a polymorphic inline caching strategy.class
A relinkable call site that implements monomorphic inline caching strategy, only being linked to a singleGuardedInvocation
at any given time.