Package | Description |
---|---|
jdk.dynalink |
Contains interfaces and classes that are used to link an
invokedynamic call site. |
jdk.dynalink.linker.support |
Contains classes that make it more convenient for language runtimes to
implement their own language-specific object models and type conversions
by providing basic implementations of some classes as well as various
utilities.
|
Modifier and Type | Method | Description |
---|---|---|
void |
DynamicLinkerFactory.setInternalObjectsFilter(MethodHandleTransformer internalObjectsFilter) |
Sets a method handle transformer that is supposed to act as the
implementation of
LinkerServices.filterInternalObjects(MethodHandle) for linker
services of dynamic linkers created by this factory. |
Modifier and Type | Class | Description |
---|---|---|
class |
DefaultInternalObjectFilter |
Default implementation for a
DynamicLinkerFactory.setInternalObjectsFilter(MethodHandleTransformer)
that delegates to a pair of filtering method handles. |
Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 2015, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Ubuntu+0-9b153-1