Re: jdk.scripting.nashorn

2015-11-13 Thread Sundararajan Athijegannathan
Hi, There is nasgen dependency with nashorn - nashorn classes are post-processed by nasgen (build time) tool. And hence it is built by a separate make target. Thanks, -Sundar On 11/14/2015 12:02 AM, Michel Trudeau wrote: [adding nashorn dev list] Thanks, Michel Maurizio Cimadamore

Re: jdk.scripting.nashorn

2015-11-13 Thread Erik Joelsson
It has to do with the special needs of that module at compile time, with the use of nasgen. Initially in the new modular build, I left this as a special case because it was complicated. It is on my todo to clean this up, but I haven't gotten around to it yet. It's probably better to use the ca