[jira] Created: (AXIS-2278) Memory leak cause by JavaUtils.enumMap

2005-10-31 Thread Kevan Miller (JIRA)
Memory leak cause by JavaUtils.enumMap -- Key: AXIS-2278 URL: http://issues.apache.org/jira/browse/AXIS-2278 Project: Apache Axis Type: Bug Versions: 1.3 Environment: Sun JDK 1.4.2/WinXP Reporter: Kevan Miller I'm ch

[jira] Updated: (AXIS-2278) Memory leak cause by JavaUtils.enumMap

2005-11-02 Thread Kevan Miller (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2278?page=all ] Kevan Miller updated AXIS-2278: --- Attachment: enumMapPatch.txt Here you go... I checked out from current trunk. Built from the source and then run under Geronimo. With the change, I don't see enum

[jira] Commented: (AXIS-2232) Mappings in TypeDesc can't be GC'ed

2005-11-03 Thread Kevan Miller (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2232?page=comments#action_12356744 ] Kevan Miller commented on AXIS-2232: TypeDesc is holding on to Geronimo ClassLoaders. Although this patch is supposed to fix this problem, I'm afraid it isn't working...

[jira] Commented: (AXIS-2232) Mappings in TypeDesc can't be GC'ed

2005-11-03 Thread Kevan Miller (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2232?page=comments#action_12356747 ] Kevan Miller commented on AXIS-2232: Just one additional historical note -- I was gathering some of the memory usage statistics before and after this patch was created. Har

[jira] Updated: (AXIS-2232) Mappings in TypeDesc can't be GC'ed

2005-11-04 Thread Kevan Miller (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2232?page=all ] Kevan Miller updated AXIS-2232: --- Attachment: SingleWeakHashMap.patch Implementation of 1) that I described in an earlier comment. There are pathological cases where the javaClass may have been GC

[jira] Closed: (AXIS-2278) Memory leak cause by JavaUtils.enumMap

2008-02-02 Thread Kevan Miller (JIRA)
[ https://issues.apache.org/jira/browse/AXIS-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevan Miller closed AXIS-2278. -- > Memory leak cause by JavaUtils.enumMap > -- > > Key: A