[ 
https://issues.apache.org/jira/browse/XERCESJ-1298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ludger Bünger updated XERCESJ-1298:
-----------------------------------

    Attachment: WeakUserDataPatch.txt

This patch will store userdata in a weak hashmap instead of a hash table 
allowing garbage collection of the user data if the node itself is garbage 
collected.

> User data for a node should be garbage collectable if the node itself is 
> garbage collected.
> -------------------------------------------------------------------------------------------
>
>                 Key: XERCESJ-1298
>                 URL: https://issues.apache.org/jira/browse/XERCESJ-1298
>             Project: Xerces2-J
>          Issue Type: Improvement
>          Components: DOM (Level 3 Core)
>    Affects Versions: 2.9.1
>            Reporter: Ludger Bünger
>         Attachments: WeakUserDataPatch.txt
>
>
> User data for a node should be garbage collectable if the node itself is 
> garbage collected.
> Currently user data will remain referenced -even if the node itself is 
> garbage collected- until the Document node itself is garbage collected.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to