From sundararajan.athijegannathan at oracle.com Wed Apr 15 15:56:37 2020 From: sundararajan.athijegannathan at oracle.com (sundararajan.athijegannathan at oracle.com) Date: Wed, 15 Apr 2020 21:26:37 +0530 Subject: RFR 8241749: Remove the Nashorn JavaScript Engine Message-ID: 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 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 From james.laskey at oracle.com Wed Apr 15 16:07:29 2020 From: james.laskey at oracle.com (Jim Laskey) Date: Wed, 15 Apr 2020 13:07:29 -0300 Subject: RFR 8241749: Remove the Nashorn JavaScript Engine In-Reply-To: References: Message-ID: <41A57690-210E-417B-97CA-E8F9EE0E5546@oracle.com> +1 > On Apr 15, 2020, at 12:56 PM, sundararajan.athijegannathan at 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 > > 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 > > From magnus.ihse.bursie at oracle.com Wed Apr 15 17:14:59 2020 From: magnus.ihse.bursie at oracle.com (Magnus Ihse Bursie) Date: Wed, 15 Apr 2020 19:14:59 +0200 Subject: RFR 8241749: Remove the Nashorn JavaScript Engine In-Reply-To: References: Message-ID: <52443270-e84c-8711-2484-24615eb445da@oracle.com> On 2020-04-15 17:56, sundararajan.athijegannathan at 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 > > From mandy.chung at oracle.com Wed Apr 15 21:20:09 2020 From: mandy.chung at oracle.com (Mandy Chung) Date: Wed, 15 Apr 2020 14:20:09 -0700 Subject: RFR 8241749: Remove the Nashorn JavaScript Engine In-Reply-To: References: Message-ID: This looks okay to me. Can you add the bug ID next to @ignore that will make it easier to find the JBS issue??? These test bugs are filed with P4 but I think they should be fixed in 15. Mandy On 4/15/20 8:56 AM, sundararajan.athijegannathan at 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 > > 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 > > From sundararajan.athijegannathan at oracle.com Thu Apr 16 04:42:59 2020 From: sundararajan.athijegannathan at oracle.com (sundararajan.athijegannathan at oracle.com) Date: Thu, 16 Apr 2020 10:12:59 +0530 Subject: RFR 8241749: Remove the Nashorn JavaScript Engine In-Reply-To: <52443270-e84c-8711-2484-24615eb445da@oracle.com> References: <52443270-e84c-8711-2484-24615eb445da@oracle.com> Message-ID: <1cfb4b7f-301a-3d19-8b71-537c60454c60@oracle.com> Thanks for spotting this Magnus! I'll fix this before push. Thanks. -Sundar On 15/04/20 10:44 pm, Magnus Ihse Bursie wrote: > On 2020-04-15 17:56, sundararajan.athijegannathan at 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 >> >> > From sundararajan.athijegannathan at oracle.com Thu Apr 16 04:43:37 2020 From: sundararajan.athijegannathan at oracle.com (sundararajan.athijegannathan at oracle.com) Date: Thu, 16 Apr 2020 10:13:37 +0530 Subject: RFR 8241749: Remove the Nashorn JavaScript Engine In-Reply-To: References: Message-ID: Thanks Mandy. I'll add bug id next to @ignore before push. Thanks, -Sundar On 16/04/20 2:50 am, Mandy Chung wrote: > This looks okay to me. > > Can you add the bug ID next to @ignore that will make it easier to > find the JBS issue??? These test bugs are filed with P4 but I think > they should be fixed in 15. > > Mandy > > On 4/15/20 8:56 AM, sundararajan.athijegannathan at 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 >> >> 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 >> >> > From eric.vergnaud at wanadoo.fr Thu Apr 16 13:38:21 2020 From: eric.vergnaud at wanadoo.fr (Eric Vergnaud) Date: Thu, 16 Apr 2020 21:38:21 +0800 Subject: nashorn-dev Digest, Vol 82, Issue 1 In-Reply-To: References: Message-ID: <677C3AEF-18F0-4BD4-A87D-BFADC609B0F8@wanadoo.fr> Hi, FWIW I can only reiterate concerns, probably already expressed by many people. This is to my knowledge the first time that Java breaks backwards compatibility. It creates a precedent and the impact of that is impossible to anticipate? Add to that that the Detroit project has been dropped in favor of GraalVM which imho is a terrible mistake? The GraalVM approach is great for DSLs, but for mainstream languages you want to stick to constantly evolving implementations. I obviously don?t expect that this email is gonna stop the below from happening . But if this turns out to be a bad decision, these comments will be in writing. Eric > Le 16 avr. 2020 ? 20:01, nashorn-dev-request at openjdk.java.net a ?crit : > > Send nashorn-dev mailing list submissions to > nashorn-dev at openjdk.java.net > > To subscribe or unsubscribe via the World Wide Web, visit > https://mail.openjdk.java.net/mailman/listinfo/nashorn-dev > or, via email, send a message with subject or body 'help' to > nashorn-dev-request at openjdk.java.net > > You can reach the person managing the list at > nashorn-dev-owner at openjdk.java.net > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of nashorn-dev digest..." > > > Today's Topics: > > 1. RFR 8241749: Remove the Nashorn JavaScript Engine > (sundararajan.athijegannathan at oracle.com) > 2. Re: RFR 8241749: Remove the Nashorn JavaScript Engine (Jim Laskey) > 3. Re: RFR 8241749: Remove the Nashorn JavaScript Engine > (Magnus Ihse Bursie) > 4. Re: RFR 8241749: Remove the Nashorn JavaScript Engine > (Mandy Chung) > 5. Re: RFR 8241749: Remove the Nashorn JavaScript Engine > (sundararajan.athijegannathan at oracle.com) > 6. Re: RFR 8241749: Remove the Nashorn JavaScript Engine > (sundararajan.athijegannathan at oracle.com) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 15 Apr 2020 21:26:37 +0530 > From: sundararajan.athijegannathan at oracle.com > To: nashorn-dev at openjdk.java.net, core-libs-dev at openjdk.java.net, > build-dev at openjdk.java.net > Subject: RFR 8241749: Remove the Nashorn JavaScript Engine > Message-ID: > Content-Type: text/plain; charset=utf-8; format=flowed > > 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 > > 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 > > > > > ------------------------------ > > Message: 2 > Date: Wed, 15 Apr 2020 13:07:29 -0300 > From: Jim Laskey > To: "A. Sundararajan" > Cc: build-dev at openjdk.java.net, nashorn-dev at openjdk.java.net, > core-libs-dev at openjdk.java.net > Subject: Re: RFR 8241749: Remove the Nashorn JavaScript Engine > Message-ID: <41A57690-210E-417B-97CA-E8F9EE0E5546 at oracle.com> > Content-Type: text/plain; charset=us-ascii > > +1 > >> On Apr 15, 2020, at 12:56 PM, sundararajan.athijegannathan at 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 >> >> 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 >> >> > > > > ------------------------------ > > Message: 3 > Date: Wed, 15 Apr 2020 19:14:59 +0200 > From: Magnus Ihse Bursie > To: sundararajan.athijegannathan at oracle.com, > nashorn-dev at openjdk.java.net, core-libs-dev at openjdk.java.net, > build-dev at openjdk.java.net > Subject: Re: RFR 8241749: Remove the Nashorn JavaScript Engine > Message-ID: <52443270-e84c-8711-2484-24615eb445da at oracle.com> > Content-Type: text/plain; charset=utf-8; format=flowed > > On 2020-04-15 17:56, sundararajan.athijegannathan at 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 >> >> > > > > ------------------------------ > > Message: 4 > Date: Wed, 15 Apr 2020 14:20:09 -0700 > From: Mandy Chung > To: sundararajan.athijegannathan at oracle.com, > nashorn-dev at openjdk.java.net, core-libs-dev at openjdk.java.net, > build-dev at openjdk.java.net > Subject: Re: RFR 8241749: Remove the Nashorn JavaScript Engine > Message-ID: > Content-Type: text/plain; charset=utf-8; format=flowed > > This looks okay to me. > > Can you add the bug ID next to @ignore that will make it easier to find > the JBS issue??? These test bugs are filed with P4 but I think they > should be fixed in 15. > > Mandy > > On 4/15/20 8:56 AM, sundararajan.athijegannathan at 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 >> >> 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 >> >> > > > > ------------------------------ > > Message: 5 > Date: Thu, 16 Apr 2020 10:12:59 +0530 > From: sundararajan.athijegannathan at oracle.com > To: Magnus Ihse Bursie , > nashorn-dev at openjdk.java.net, core-libs-dev at openjdk.java.net, > build-dev at openjdk.java.net > Subject: Re: RFR 8241749: Remove the Nashorn JavaScript Engine > Message-ID: <1cfb4b7f-301a-3d19-8b71-537c60454c60 at oracle.com> > Content-Type: text/plain; charset=utf-8; format=flowed > > Thanks for spotting this Magnus! I'll fix this before push. > > Thanks. > > -Sundar > > On 15/04/20 10:44 pm, Magnus Ihse Bursie wrote: >> On 2020-04-15 17:56, sundararajan.athijegannathan at 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 >>> >>> >> > > > ------------------------------ > > Message: 6 > Date: Thu, 16 Apr 2020 10:13:37 +0530 > From: sundararajan.athijegannathan at oracle.com > To: Mandy Chung , > nashorn-dev at openjdk.java.net, core-libs-dev at openjdk.java.net, > build-dev at openjdk.java.net > Subject: Re: RFR 8241749: Remove the Nashorn JavaScript Engine > Message-ID: > Content-Type: text/plain; charset=utf-8; format=flowed > > Thanks Mandy. I'll add bug id next to @ignore before push. > > Thanks, > > -Sundar > > On 16/04/20 2:50 am, Mandy Chung wrote: >> This looks okay to me. >> >> Can you add the bug ID next to @ignore that will make it easier to >> find the JBS issue??? These test bugs are filed with P4 but I think >> they should be fixed in 15. >> >> Mandy >> >> On 4/15/20 8:56 AM, sundararajan.athijegannathan at 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 >>> >>> 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 >>> >>> >> > > > End of nashorn-dev Digest, Vol 82, Issue 1 > ****************************************** From akulkarni at cloudera.com Mon Apr 20 18:19:34 2020 From: akulkarni at cloudera.com (Abhay Kulkarni) Date: Mon, 20 Apr 2020 11:19:34 -0700 Subject: RFR 8241749 Message-ID: Hi, I don't know if this question was asked earlier. Is there any other javascript engine which can be used instead of nashorn in JDK 11? Also, exactly in which version/release of openJDK 11 is this removal taking effect? Also, to reiterate others' concerns, this breaks backward compatibility for my application. I hope this removal does not happen! Abhay From james.laskey at oracle.com Mon Apr 20 18:36:02 2020 From: james.laskey at oracle.com (Jim Laskey) Date: Mon, 20 Apr 2020 15:36:02 -0300 Subject: RFR 8241749 In-Reply-To: References: Message-ID: <212C1BE2-E81B-4533-A8DC-B9AB048FC168@oracle.com> Nashorn is not going to be removed until JDK 15. So you are free to us it in JDK 11, 12, 13 and 14. Cheers, -- Jim > On Apr 20, 2020, at 3:19 PM, Abhay Kulkarni wrote: > > Hi, > > I don't know if this question was asked earlier. Is there any other > javascript engine which can be used instead of nashorn in JDK 11? Also, > exactly in which version/release of openJDK 11 is this removal taking > effect? > > Also, to reiterate others' concerns, this breaks backward compatibility for > my application. I hope this removal does not happen! > > Abhay From nilskp at gmail.com Fri Apr 24 15:38:24 2020 From: nilskp at gmail.com (Nils Kilden-Pedersen) Date: Fri, 24 Apr 2020 10:38:24 -0500 Subject: RFR 8241749 In-Reply-To: References: Message-ID: On Mon, Apr 20, 2020 at 1:35 PM Abhay Kulkarni wrote: > Hi, > > I don't know if this question was asked earlier. Is there any other > javascript engine which can be used instead of nashorn in JDK 11? Also, > exactly in which version/release of openJDK 11 is this removal taking > effect? > > Also, to reiterate others' concerns, this breaks backward compatibility for > my application. I hope this removal does not happen! > > Abhay > Take a look at this: https://github.com/flier/jav8