8241749: Remove the Nashorn JavaScript Engine

Reviewed-by: jlaskey, ihse, mchung
This commit is contained in:
Athijegannathan Sundararajan 2020-04-16 12:26:20 +05:30
parent dc6d76f518
commit d5cd165965
3322 changed files with 10 additions and 741220 deletions

View file

@ -172,19 +172,14 @@ module java.base {
exports jdk.internal.org.objectweb.asm to
jdk.jartool,
jdk.jfr,
jdk.jlink,
jdk.scripting.nashorn;
jdk.jlink;
exports jdk.internal.org.objectweb.asm.tree to
jdk.jfr,
jdk.jlink;
exports jdk.internal.org.objectweb.asm.util to
jdk.jfr,
jdk.scripting.nashorn;
jdk.jfr;
exports jdk.internal.org.objectweb.asm.commons to
jdk.jfr,
jdk.scripting.nashorn;
exports jdk.internal.org.objectweb.asm.signature to
jdk.scripting.nashorn;
jdk.jfr;
exports jdk.internal.org.xml.sax to
jdk.jfr;
exports jdk.internal.org.xml.sax.helpers to
@ -204,8 +199,6 @@ module java.base {
jdk.jfr,
jdk.jshell,
jdk.nio.mapmode,
jdk.scripting.nashorn,
jdk.scripting.nashorn.shell,
jdk.unsupported,
jdk.internal.vm.ci,
jdk.incubator.foreign;
@ -230,7 +223,6 @@ module java.base {
java.sql.rowset,
jdk.dynalink,
jdk.internal.vm.ci,
jdk.scripting.nashorn,
jdk.unsupported;
exports jdk.internal.vm to
jdk.internal.jvmstat,