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/03/07 18:33:55 UTC

[jira] Updated: (HARMONY-5585) [classlib][pack200] regression: inner classes no longer computed correctly

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

Andrew Cornwall updated HARMONY-5585:
-------------------------------------

    Attachment: main.patch

main.patch contains code changes implementing the fix.

> [classlib][pack200] regression: inner classes no longer computed correctly
> --------------------------------------------------------------------------
>
>                 Key: HARMONY-5585
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5585
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: Pack200 since HARMONY-5575
>            Reporter: Andrew Cornwall
>         Attachments: main.patch
>
>
> In my recent optimization of sorting (HARMONY-5575), I forgot that references to the sorted set would no longer be valid. The consequence of this is that ClassConstantPool.allClasses() always answered an empty ArrayList.
> This had the unfortunate effect of removing references to all inner classes.
> The attached patch corrects the problem.

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