You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Andrew Cornwall (JIRA)" <ji...@apache.org> on 2008/07/09 01:38:33 UTC

[jira] Updated: (HARMONY-5902) [classlib][pack200] ClassConstantPool overuses ArrayLists

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

Andrew Cornwall updated HARMONY-5902:
-------------------------------------

    Attachment: main.patch

Fix to remove a couple Arrays.asList() calls that are unnecessary.

> [classlib][pack200] ClassConstantPool overuses ArrayLists
> ---------------------------------------------------------
>
>                 Key: HARMONY-5902
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5902
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>    Affects Versions: 5.0M6
>         Environment: Pack200 HEAD
>            Reporter: Andrew Cornwall
>            Priority: Minor
>         Attachments: main.patch
>
>
> The class ClassConstantPool uses ArrayList in places where it should use arrays. This patch fixes one of the most egregious offenders.

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