Re: RFR: JDK-8203945: Cleanup nashorn build

2018-05-29 Thread Tim Bell
Erik: The nashorn module requires some special handling when being built. Because of this, it's not currently compiled like the other modules, in CompileJavaModules.gmk, but instead in a separate BuildNashorn.gmk. While nashorn still needs some special treatment, because of the nasgen tool, this

RFR: JDK-8203945: Cleanup nashorn build

2018-05-29 Thread Erik Joelsson
The nashorn module requires some special handling when being built. Because of this, it's not currently compiled like the other modules, in CompileJavaModules.gmk, but instead in a separate BuildNashorn.gmk. While nashorn still needs some special treatment, because of the nasgen tool, this can