Top Description Classes
module jdk.dynalink

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

Class Summary

Modifier and TypeClass and Description
public abstract class
public class
ChainedCallSite

A relinkable call site that implements a polymorphic inline caching strategy.

public class
SimpleRelinkableCallSite

A relinkable call site that implements monomorphic inline caching strategy, only being linked to a single GuardedInvocation at any given time.