From lukas.stampf at bat.at Tue Jun 9 09:22:18 2020 From: lukas.stampf at bat.at (STAMPF Lukas) Date: Tue, 9 Jun 2020 09:22:18 +0000 Subject: JDK-8229011: Workaround? Message-ID: Hello, I wanted to ask if there is any workaround for the memory leak described in https://bugs.openjdk.java.net/browse/JDK-8229011 Unfortunatly downgrading back to JDK8 is not an option for us. Kind regards From james.laskey at oracle.com Tue Jun 9 12:33:13 2020 From: james.laskey at oracle.com (Jim Laskey) Date: Tue, 9 Jun 2020 09:33:13 -0300 Subject: JDK-8229011: Workaround? In-Reply-To: References: Message-ID: Not sure if it will help but you could try the "--optimistic-types=false" option. > On Jun 9, 2020, at 6:22 AM, STAMPF Lukas wrote: > > Hello, > > I wanted to ask if there is any workaround for the memory leak described in > https://bugs.openjdk.java.net/browse/JDK-8229011 > > Unfortunatly downgrading back to JDK8 is not an option for us. > > Kind regards From lukas.stampf at bat.at Tue Jun 9 15:38:52 2020 From: lukas.stampf at bat.at (STAMPF Lukas) Date: Tue, 9 Jun 2020 15:38:52 +0000 Subject: AW: JDK-8229011: Workaround? In-Reply-To: References: Message-ID: Hi, Thanks, unfortunatly we already run with -ot=false. Kind regards, Lukas -----Urspr?ngliche Nachricht----- Von: Jim Laskey Gesendet: Dienstag, 9. Juni 2020 14:33 An: STAMPF Lukas Cc: nashorn-dev at openjdk.java.net Betreff: Re: JDK-8229011: Workaround? Not sure if it will help but you could try the "--optimistic-types=false" option. > On Jun 9, 2020, at 6:22 AM, STAMPF Lukas wrote: > > Hello, > > I wanted to ask if there is any workaround for the memory leak described in > https://bugs.openjdk.java.net/browse/JDK-8229011 > > Unfortunatly downgrading back to JDK8 is not an option for us. > > Kind regards From sundararajan.athijegannathan at oracle.com Tue Jun 23 06:32:21 2020 From: sundararajan.athijegannathan at oracle.com (sundararajan.athijegannathan at oracle.com) Date: Tue, 23 Jun 2020 12:02:21 +0530 Subject: RFR jdk15 8247956: remove scripts under bin/nashorn and doc/nashorn/source Message-ID: Please review Bug: https://bugs.openjdk.java.net/browse/JDK-8247956 Webrev: http://cr.openjdk.java.net/~sundar/8247956/webrev.00/ Thanks -Sundar From james.laskey at oracle.com Tue Jun 23 08:33:50 2020 From: james.laskey at oracle.com (James Laskey) Date: Tue, 23 Jun 2020 05:33:50 -0300 Subject: RFR jdk15 8247956: remove scripts under bin/nashorn and doc/nashorn/source In-Reply-To: References: Message-ID: +1 ?? > On Jun 23, 2020, at 3:37 AM, sundararajan.athijegannathan at oracle.com wrote: > > ?Please review > > Bug: https://bugs.openjdk.java.net/browse/JDK-8247956 > > Webrev: http://cr.openjdk.java.net/~sundar/8247956/webrev.00/ > > Thanks > > -Sundar > From magnus.ihse.bursie at oracle.com Tue Jun 23 09:33:23 2020 From: magnus.ihse.bursie at oracle.com (Magnus Ihse Bursie) Date: Tue, 23 Jun 2020 11:33:23 +0200 Subject: RFR jdk15 8247956: remove scripts under bin/nashorn and doc/nashorn/source In-Reply-To: References: Message-ID: On 2020-06-23 08:32, sundararajan.athijegannathan at oracle.com wrote: > Please review > > Bug: https://bugs.openjdk.java.net/browse/JDK-8247956 > > Webrev: http://cr.openjdk.java.net/~sundar/8247956/webrev.00/ Looks good to me. Thank you for cleaning out these remnants. /Magnus > > Thanks > > -Sundar >