New candidate JEP: 335: Deprecate the Nashorn JavaScript Engine

Alan Bateman Alan.Bateman at oracle.com
Fri Jun 15 12:07:15 UTC 2018


On 15/06/2018 12:40, Attila Szegedi wrote:
> :
> It’d be great if we could conceptually unbundle Dynalink from Nashorn for the purpose of this discussion. (For historical reasons, its source code is colocated with Nashorn's, but it can be easily moved elsewhere and there’s no technical reason for keeping it there.)
>
This has already been done, in JDK 9 as part of the JEP 201 effort to 
reorganize the source code into modules. So while it may have been 
originally developed along with Nashorn, it is its own module now.

I suspect the only impediment to it working outside of the JDK is the 
special handling for @CS methods.

-Alan


More information about the jdk-dev mailing list