You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tim Ellison (JIRA)" <ji...@apache.org> on 2008/01/14 18:23:34 UTC

[jira] Assigned: (HARMONY-5382) [classlib][pack200] Class constant pool sort order, instruction set fixes

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

Tim Ellison reassigned HARMONY-5382:
------------------------------------

    Assignee: Tim Ellison

> [classlib][pack200] Class constant pool sort order, instruction set fixes
> -------------------------------------------------------------------------
>
>                 Key: HARMONY-5382
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5382
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: All pack200
>            Reporter: Andrew Cornwall
>            Assignee: Tim Ellison
>         Attachments: patches.zip
>
>
> Currently, the pack200 code outputs its ClassConstantPools in an ordering inconsistent with that of the spec. This patch does three things:
>  - fixes the sort order of ClassConstantPools so they sort in the defined order (introducing a ClassPoolSet type)
>  - Changes the bytecode form of cldc and cldc_w instructions so they emit correctly (introducing a new NarrowClassRefForm)
>  - Changes the bytecode form of aload0_invokevirtual_super, aload0_invokespecial_super, aload0_invokestatic_super so they emit correctly.

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