On 2020-04-15 17:56, sundararajan.athijegannat...@oracle.com wrote:
Please review.
Nashorn script engine modules (jdk.scripting.nashorn,
jdk.scripting.nashorn.shell) and jjs tool are removed.
Bug: https://bugs.openjdk.java.net/browse/JDK-8241749
JEP: https://openjdk.java.net/jeps/372
CSR: https://bugs.openjdk.java.net/browse/JDK-8241751
Webrev: http://cr.openjdk.java.net/~sundar/8241749/webrev.00/index.html
Build changes look almost OK. However, in make/RunTests.gmk, you have
removed this:
-hotspot_JTREG_PROBLEM_LIST += $(TOPDIR)/test/hotspot/jtreg/ProblemList.txt
which should stay.
/Magnus
Few tests that use nashorn are worked around by @ignore or deleting
relevant nashorn test sections. Separate test bugs have been filed to
handle these.
https://bugs.openjdk.java.net/browse/JDK-8242860
https://bugs.openjdk.java.net/browse/JDK-8242859
https://bugs.openjdk.java.net/browse/JDK-8242858
https://bugs.openjdk.java.net/browse/JDK-8241982
https://bugs.openjdk.java.net/browse/JDK-8235594
Thanks,
-Sundar