Re: Potential memory leak in java.util.logging.Level

2010-12-23 Thread Chris Hegarty
ssage- From: Chris Hegarty [mailto:[email protected]] Sent: 22 December 2010 17:35 To: Roman Kennke Cc: [email protected] Subject: Re: Potential memory leak in java.util.logging.Level On 12/22/10 02:36 PM, Roman Kennke wrote: Hello, I believe java.util.logging.Level is po

RE: Potential memory leak in java.util.logging.Level

2010-12-23 Thread Roman Kennke
d time to implement a fix. **Roman -Original Message- From: Chris Hegarty [mailto:[email protected]] Sent: 22 December 2010 17:35 To: Roman Kennke Cc: [email protected] Subject: Re: Potential memory leak in java.util.logging.Level On 12/22/10 02:36 PM, Roman Kennke wrot

Re: Potential memory leak in java.util.logging.Level

2010-12-22 Thread Chris Hegarty
On 12/22/10 02:36 PM, Roman Kennke wrote: Hello, I believe java.util.logging.Level is potentially memory leaking. This can happen if an application defines its own subclass of Level and is loaded by its own classloader. Level's constructor adds a reference to the new instance of the subclass

RE: Potential memory leak in java.util.logging.Level

2010-12-22 Thread Joel Kamentz
too. Joel -Original Message- From: [email protected] [mailto:[email protected]] On Behalf Of Roman Kennke Sent: Wednesday, December 22, 2010 9:36 AM To: [email protected] Subject: Potential memory leak in java.util.logging.Level Hello,

Potential memory leak in java.util.logging.Level

2010-12-22 Thread Roman Kennke
Hello, I believe java.util.logging.Level is potentially memory leaking. This can happen if an application defines its own subclass of Level and is loaded by its own classloader. Level's constructor adds a reference to the new instance of the subclass to its 'known' ArrayList (which is a static