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
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
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=51688
Christopher Schultz changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
2011/8/19 :
> + private boolean awtThreadProtection = false;
> + public boolean isAWTThreadProtection() { return awtThreadProtection; }
> + public void setAWTThreadProtection(boolean awtThreadProtection) {
> + this.awtThreadProtection = awtThreadProtection;
> + }
> +
Looki
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
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
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
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
10 matches
Mail list logo