Package | Description |
---|---|
jdk.dynalink |
Dynalink is a library for dynamic linking of high-level operations on objects.
|
jdk.dynalink.support |
Contains classes that make using Dynalink more convenient by providing
basic implementations of some classes as well as various utilities.
|
Modifier and Type | Method | Description |
---|---|---|
<T extends RelinkableCallSite> |
DynamicLinker.link(T callSite) |
Links an invokedynamic call site.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractRelinkableCallSite |
A basic implementation of the
RelinkableCallSite as a
MutableCallSite . |
class |
ChainedCallSite |
A relinkable call site that implements a polymorphic inline caching strategy.
|
class |
SimpleRelinkableCallSite |
A relinkable call site that implements monomorphic inline caching strategy,
only being linked to a single
GuardedInvocation at any given time. |
Copyright © 2015, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-Ubuntu+0-9b144-1ubuntu1