Re: Rare memory leak in sun.security.pkcs11.SunPKCS11 poller thread

2016-05-12 Thread Mark Thomas
On 12/05/2016 12:40, Seán Coffey wrote: > Logged https://bugs.openjdk.java.net/browse/JDK-8156841 > > Regards, > Sean. Many thanks, Mark > > On 10/05/2016 14:51, Mark Thomas wrote: >> Hi, >> >> While working my way through Tomcat's memory leak protection / detection >> / fixing code, I have

Re: Rare memory leak in sun.security.pkcs11.SunPKCS11 poller thread

2016-05-12 Thread Seán Coffey
Logged https://bugs.openjdk.java.net/browse/JDK-8156841 Regards, Sean. On 10/05/2016 14:51, Mark Thomas wrote: Hi, While working my way through Tomcat's memory leak protection / detection / fixing code, I have found an issue that remains unresolved in the latest JDK 9 source. The poller threa

Rare memory leak in sun.security.pkcs11.SunPKCS11 poller thread

2016-05-10 Thread Mark Thomas
Hi, While working my way through Tomcat's memory leak protection / detection / fixing code, I have found an issue that remains unresolved in the latest JDK 9 source. The poller thread created by the SunPKCS11 class does not explicitly set the context class loader so it inherits the current contex