-
Enhancement
-
Resolution: Fixed
-
P4
-
11
-
None
-
b17
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8204709 | 11.0.1 | Erik Joelsson | P4 | Resolved | Fixed | team |
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 be reduced quite a bit.
My intention is to reduce BuildNashorn.gmk to only be about running nasgen and include that file conditionally from CompileJavaModules.gmk. That way the nashorn classes will be compiled using the same configuration as any other module.
My intention is to reduce BuildNashorn.gmk to only be about running nasgen and include that file conditionally from CompileJavaModules.gmk. That way the nashorn classes will be compiled using the same configuration as any other module.
- backported by
-
JDK-8204709 Cleanup nashorn build
-
- Resolved
-