-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 9
-
Component/s: core-libs
-
b118
-
generic
-
generic
Nashorn objects are exposed as ScriptObjectMirror instances to "external" code. Also, nashorn treats jdk.nashorn.api.scripting.JSObject as specially for linking. This nashorn linker - JSObjectLinker - should be exposed via service loader. This will help other language runtimes in implementing seamless nashorn object access in those languages.