Uses of Class
jdk.dynalink.support.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.support
Modifier and TypeClassDescriptionclass
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.