Uses of Class
jdk.dynalink.support.AbstractRelinkableCallSite
Packages that use AbstractRelinkableCallSite
Package
Description
Contains classes that make using Dynalink more convenient by providing
 basic implementations of some classes as well as various utilities.
- 
Uses of AbstractRelinkableCallSite in jdk.dynalink.supportSubclasses of AbstractRelinkableCallSite in jdk.dynalink.supportModifier and TypeClassDescriptionclassA relinkable call site that implements a polymorphic inline caching strategy.classA relinkable call site that implements monomorphic inline caching strategy, only being linked to a singleGuardedInvocationat any given time.