Module jdk.dynalink
Package jdk.dynalink.support
package jdk.dynalink.support
Contains classes that make using Dynalink more convenient by providing basic implementations of some classes as well as various utilities.
- Since:
- 9
-
Related PackagesPackageDescriptionContains interfaces and classes that are used to link an
invokedynamic
call site.Contains the linker for ordinary Java objects.Contains interfaces and classes needed by language runtimes to implement their own language-specific object models and type conversions. -
Class SummaryClassDescriptionA basic implementation of the
RelinkableCallSite
as aMutableCallSite
.A relinkable call site that implements a polymorphic inline caching strategy.A relinkable call site that implements monomorphic inline caching strategy, only being linked to a singleGuardedInvocation
at any given time.