You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Jimmy, Jing Lv (JIRA)" <ji...@apache.org> on 2007/06/04 12:16:35 UTC

[jira] Created: (HARMONY-4035) [luni]TreeMap.remove should set removed entry links to null to facilitate GC

[luni]TreeMap.remove should set removed entry links to null to facilitate GC
----------------------------------------------------------------------------

                 Key: HARMONY-4035
                 URL: https://issues.apache.org/jira/browse/HARMONY-4035
             Project: Harmony
          Issue Type: Improvement
          Components: Classlib
            Reporter: Jimmy, Jing Lv


TreeMap.remove should set removed entry links(its right/left/parent entry) to null to facilitate GC. In some case, these remaining links may cause performace problem.

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


[jira] Updated: (HARMONY-4035) [luni]TreeMap.remove should set removed entry links to null to facilitate GC

Posted by "Jimmy, Jing Lv (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jimmy, Jing Lv updated HARMONY-4035:
------------------------------------

    Attachment: Harmony4035.diff

Hi, 
    would you please try my patch? Thanks!
Jimmy

> [luni]TreeMap.remove should set removed entry links to null to facilitate GC
> ----------------------------------------------------------------------------
>
>                 Key: HARMONY-4035
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4035
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Jimmy, Jing Lv
>         Attachments: Harmony4035.diff
>
>
> TreeMap.remove should set removed entry links(its right/left/parent entry) to null to facilitate GC. In some case, these remaining links may cause performace problem.

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


[jira] Closed: (HARMONY-4035) [luni]TreeMap.remove should set removed entry links to null to facilitate GC

Posted by "Mark Hindess (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Hindess closed HARMONY-4035.
---------------------------------


Closing as this was applied correctly.


> [luni]TreeMap.remove should set removed entry links to null to facilitate GC
> ----------------------------------------------------------------------------
>
>                 Key: HARMONY-4035
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4035
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Jimmy, Jing Lv
>            Assignee: Paulex Yang
>         Attachments: Harmony4035.diff
>
>
> TreeMap.remove should set removed entry links(its right/left/parent entry) to null to facilitate GC. In some case, these remaining links may cause performace problem.

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


[jira] Resolved: (HARMONY-4035) [luni]TreeMap.remove should set removed entry links to null to facilitate GC

Posted by "Paulex Yang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paulex Yang resolved HARMONY-4035.
----------------------------------

    Resolution: Fixed

Jimmy, patch applied at r548241, please verify, thanks a lot.

> [luni]TreeMap.remove should set removed entry links to null to facilitate GC
> ----------------------------------------------------------------------------
>
>                 Key: HARMONY-4035
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4035
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Jimmy, Jing Lv
>            Assignee: Paulex Yang
>         Attachments: Harmony4035.diff
>
>
> TreeMap.remove should set removed entry links(its right/left/parent entry) to null to facilitate GC. In some case, these remaining links may cause performace problem.

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


[jira] Assigned: (HARMONY-4035) [luni]TreeMap.remove should set removed entry links to null to facilitate GC

Posted by "Paulex Yang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paulex Yang reassigned HARMONY-4035:
------------------------------------

    Assignee: Paulex Yang

> [luni]TreeMap.remove should set removed entry links to null to facilitate GC
> ----------------------------------------------------------------------------
>
>                 Key: HARMONY-4035
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4035
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Jimmy, Jing Lv
>            Assignee: Paulex Yang
>         Attachments: Harmony4035.diff
>
>
> TreeMap.remove should set removed entry links(its right/left/parent entry) to null to facilitate GC. In some case, these remaining links may cause performace problem.

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