DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=31286>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=31286 ------- Additional Comments From [EMAIL PROTECTED] 2004-12-04 08:40 ------- Created an attachment (id=13646) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=13646&action=view) WeakHashtable uses strong refs to values OK, got a chance to change WeakHashtable to simple strong references to its values. Patch attached. The patch also follows up on a thought we'd mentioned on the dev list. Every 10 puts it checks the ReferenceQueue and, if needed, purges one dead entry. Housekeeping in small doses ;-) I also added this behavior to remove(). Also changed a couple local variable names Eclipse warned about for JDK 1.5 Cheers, Brian -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
