Package java.dyn

This package contains dynamic language support provided directly by the Java core class libraries and virtual machine.

See:
          Description

Interface Summary
Dynamic Syntactic marker interface to request javac to emit an invokedynamic instruction.
 

Class Summary
CallSite An invokedynamic call site, as reified to the bootstrap method.
Linkage Static methods which control the linkage of invokedynamic call sites.
LinkagePermission This class is for runtime permissions.
MethodHandle A method handle is a typed reference to the entry point of a method.
MethodHandles Fundamental operations and utilities for MethodHandle.
MethodType Run-time token used to match call sites with method handles.
 

Exception Summary
NoAccessException Thrown to indicate that a caller has attempted to create a method handle which calls a method to which the caller does not have access.
WrongMethodTypeException Thrown to indicate that code has attempted to call a method handle via the wrong method type.
 

Error Summary
InvokeDynamicBootstrapError Thrown to indicate that an invokedynamic instruction has failed to find its bootstrap method.
 

Package java.dyn Description

This package contains dynamic language support provided directly by the Java core class libraries and virtual machine.