DO NOT REPLY [Bug 51687] New: Improve JreMemoryLeakPreventionListener against leak caused by sun.java2d.Disposer

2011-08-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51687 Bug #: 51687 Summary: Improve JreMemoryLeakPreventionListener against leak caused by sun.java2d.Disposer Product: Tomcat 6 Version: unspecified Platform: PC

DO NOT REPLY [Bug 51688] New: JreMemoryLeakPreventionListener should protect against AWT thread creation

2011-08-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51688 Bug #: 51688 Summary: JreMemoryLeakPreventionListener should protect against AWT thread creation Product: Tomcat 7 Version: trunk Platform: PC Status: NE

svn commit: r1159673 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java webapps/docs/changelog.xml webapps/docs/config/listeners.xml

2011-08-19 Thread schultz
Author: schultz Date: Fri Aug 19 16:23:44 2011 New Revision: 1159673 URL: http://svn.apache.org/viewvc?rev=1159673&view=rev Log: Fixed bug 51688: JreMemoryLeakPreventionListener should protect against AWT thread creation - Added awtThreadProtection setting Modified: tomcat/tc7.0.x/trunk/jav

svn commit: r1159674 - /tomcat/tc6.0.x/trunk/STATUS.txt

2011-08-19 Thread schultz
Author: schultz Date: Fri Aug 19 16:26:07 2011 New Revision: 1159674 URL: http://svn.apache.org/viewvc?rev=1159674&view=rev Log: Back-port proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STAT

DO NOT REPLY [Bug 51688] JreMemoryLeakPreventionListener should protect against AWT thread creation

2011-08-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51688 Christopher Schultz changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: svn commit: r1159673 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java webapps/docs/changelog.xml webapps/docs/config/listeners.xml

2011-08-19 Thread Konstantin Kolinko
2011/8/19 : > +    private boolean awtThreadProtection = false; > +    public boolean isAWTThreadProtection() { return awtThreadProtection; } > +    public void setAWTThreadProtection(boolean awtThreadProtection) { > +      this.awtThreadProtection = awtThreadProtection; > +    } > +       Looki

Re: svn commit: r1159673 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java webapps/docs/changelog.xml webapps/docs/config/listeners.xml

2011-08-19 Thread Christopher Schultz
Konstantin, On 8/19/2011 12:34 PM, Konstantin Kolinko wrote: > 2011/8/19 : >> +private boolean awtThreadProtection = false; >> +public boolean isAWTThreadProtection() { return awtThreadProtection; } >> +public void setAWTThreadProtection(boolean awtThreadProtection) { >> + this.a

svn commit: r1159680 - /tomcat/tc7.0.x/trunk/webapps/docs/config/listeners.xml

2011-08-19 Thread schultz
Author: schultz Date: Fri Aug 19 16:49:18 2011 New Revision: 1159680 URL: http://svn.apache.org/viewvc?rev=1159680&view=rev Log: Fixed capitalization of "AWT". Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/listeners.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/listeners.xml UR

DO NOT REPLY [Bug 51687] Improve JreMemoryLeakPreventionListener against leak caused by sun.java2d.Disposer

2011-08-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51687 --- Comment #1 from Christopher Schultz 2011-08-19 16:51:54 UTC --- Which daemon thread? Is this the same as bug #51688? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mai

Re: svn commit: r1159673 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java webapps/docs/changelog.xml webapps/docs/config/listeners.xml

2011-08-19 Thread Konstantin Kolinko
2011/8/19 Christopher Schultz : > Konstantin, > > On 8/19/2011 12:34 PM, Konstantin Kolinko wrote: >> 2011/8/19  : >>> +    private boolean awtThreadProtection = false; >>> +    public boolean isAWTThreadProtection() { return awtThreadProtection; } >>> +    public void setAWTThreadProtection(boolea