JEP 276 defines dynamic linker API for Java. This JEP provides
"facility for linking high-level operations on objects such as
"read a property", "write a...
JEP 276 defines dynamic linker API for Java. This JEP provides
"facility for linking high-level operations on objects such as
"read a property", "write a property", "invoke a callable object",
etc., expressed as names in INVOKEDYNAMIC call sites. Provide a
default linker for the usual semantics of these operations on plain
Java objects, as well as a facility for installing
language-specific linkers.Nashorn JavaScript engine already uses
"dynalink" library for linking...
JEP 276 defines dynamic linker API for Java. This JEP provides
"facility for linking high-level operations on objects such as
"read a property", "write a property", "invoke a callable object",
etc.,...