Re: High memory usage / leaks was: Best mailing list for JVM embedding

2019-01-25 Thread Robert Marcano
On 1/24/19 11:05 AM, Sean Mullan wrote: On 1/24/19 8:25 AM, Robert Marcano wrote: On 1/23/19 8:59 AM, Sean Mullan wrote: On 1/22/19 8:50 PM, Bernd Eckenfels wrote: I don’t think the launcher is doing this, it is the class loader, that’s nothing new. You can turn on verbose security debug to

Re: High memory usage / leaks was: Best mailing list for JVM embedding

2019-01-24 Thread Bernd Eckenfels
, Januar 24, 2019 5:26 PM An: core-libs-dev@openjdk.java.net Betreff: Re: High memory usage / leaks was: Best mailing list for JVM embedding On 1/23/19 8:59 AM, Sean Mullan wrote: > On 1/22/19 8:50 PM, Bernd Eckenfels wrote: >> I don’t think the launcher is doing this, it is the class loader,

Re: High memory usage / leaks was: Best mailing list for JVM embedding

2019-01-24 Thread Sean Mullan
On 1/24/19 8:25 AM, Robert Marcano wrote: On 1/23/19 8:59 AM, Sean Mullan wrote: On 1/22/19 8:50 PM, Bernd Eckenfels wrote: I don’t think the launcher is doing this, it is the class loader, that’s nothing new. You can turn on verbose security debug to see it in all versions. Yes, and it

Re: High memory usage / leaks was: Best mailing list for JVM embedding

2019-01-24 Thread Robert Marcano
: core-libs-dev im Auftrag von Robert Marcano Gesendet: Mittwoch, Januar 23, 2019 2:18 AM An: Alan Bateman Cc: OpenJDK Dev list; core-libs-dev Libs Betreff: Re: High memory usage / leaks was: Best mailing list for JVM embedding On Tue, Jan 22, 2019, 5:53 AM Alan Bateman wrote: On 22/01/2019

Re: High memory usage / leaks was: Best mailing list for JVM embedding

2019-01-23 Thread Sean Mullan
. --Sean -- https://Bernd.eckenfels.net Von: core-libs-dev im Auftrag von Robert Marcano Gesendet: Mittwoch, Januar 23, 2019 2:18 AM An: Alan Bateman Cc: OpenJDK Dev list; core-libs-dev Libs Betreff: Re: High memory usage / leaks was: Best mailing list

Re: High memory usage / leaks was: Best mailing list for JVM embedding

2019-01-22 Thread Bernd Eckenfels
23, 2019 2:18 AM An: Alan Bateman Cc: OpenJDK Dev list; core-libs-dev Libs Betreff: Re: High memory usage / leaks was: Best mailing list for JVM embedding On Tue, Jan 22, 2019, 5:53 AM Alan Bateman On 22/01/2019 4:48 am, Robert Marcano wrote: > >> : > >> > >> So the

Re: High memory usage / leaks was: Best mailing list for JVM embedding

2019-01-22 Thread Robert Marcano
On Tue, Jan 22, 2019, 5:53 AM Alan Bateman On 22/01/2019 4:48 am, Robert Marcano wrote: > >> : > >> > >> So the question now is, why signed jars could affect the memory usage > >> of an application (we aren't doing JAR verification on our custom > >> launcher, yet), just by being on the

Re: High memory usage / leaks was: Best mailing list for JVM embedding

2019-01-22 Thread Alan Bateman
On 22/01/2019 4:48 am, Robert Marcano wrote: : So the question now is, why signed jars could affect the memory usage of an application (we aren't doing JAR verification on our custom launcher, yet), just by being on the java.class.path? IIRC the initial application classpath JARs were never

Re: High memory usage / leaks was: Best mailing list for JVM embedding

2019-01-21 Thread David Holmes
Hi Robert, I've cc'd core-libs-dev as this is now about signed-jars and the launcher. David On 22/01/2019 4:48 am, Robert Marcano wrote: On 1/21/19 8:25 AM, Robert Marcano wrote: On 1/21/19 5:19 AM, Volker Simonis wrote: -- Moved to hotspot-dev -- Hi Robert, You can use