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/06/27 02:30:45 UTC

[jira] Created: (HARMONY-5884) [classlib][pack200]

[classlib][pack200]
-------------------

                 Key: HARMONY-5884
                 URL: https://issues.apache.org/jira/browse/HARMONY-5884
             Project: Harmony
          Issue Type: Improvement
    Affects Versions: 5.0M6
         Environment: Pack200 HEAD
            Reporter: Andrew Cornwall


The hashCode() for org.apache.harmony.unpack200.bytecode.ByteCode is unnecessarily complicated. It also causes more collisions than it should.


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


[jira] Assigned: (HARMONY-5884) [classlib][pack200] Improve ByteCode hashCode

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

Sian January reassigned HARMONY-5884:
-------------------------------------

    Assignee: Sian January

> [classlib][pack200] Improve ByteCode hashCode
> ---------------------------------------------
>
>                 Key: HARMONY-5884
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5884
>             Project: Harmony
>          Issue Type: Improvement
>    Affects Versions: 5.0M6
>         Environment: Pack200 HEAD
>            Reporter: Andrew Cornwall
>            Assignee: Sian January
>         Attachments: main.patch
>
>
> The hashCode() for org.apache.harmony.unpack200.bytecode.ByteCode is unnecessarily complicated. It also causes more collisions than it should.

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


[jira] Updated: (HARMONY-5884) [classlib][pack200] Improve ByteCode hashCode

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

Tim Ellison updated HARMONY-5884:
---------------------------------

    Summary: [classlib][pack200] Improve ByteCode hashCode  (was: [classlib][pack200])

> [classlib][pack200] Improve ByteCode hashCode
> ---------------------------------------------
>
>                 Key: HARMONY-5884
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5884
>             Project: Harmony
>          Issue Type: Improvement
>    Affects Versions: 5.0M6
>         Environment: Pack200 HEAD
>            Reporter: Andrew Cornwall
>         Attachments: main.patch
>
>
> The hashCode() for org.apache.harmony.unpack200.bytecode.ByteCode is unnecessarily complicated. It also causes more collisions than it should.

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


[jira] Updated: (HARMONY-5884) [classlib][pack200]

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

Andrew Cornwall updated HARMONY-5884:
-------------------------------------

    Attachment: main.patch

main.patch update to hashCode().


> [classlib][pack200]
> -------------------
>
>                 Key: HARMONY-5884
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5884
>             Project: Harmony
>          Issue Type: Improvement
>    Affects Versions: 5.0M6
>         Environment: Pack200 HEAD
>            Reporter: Andrew Cornwall
>         Attachments: main.patch
>
>
> The hashCode() for org.apache.harmony.unpack200.bytecode.ByteCode is unnecessarily complicated. It also causes more collisions than it should.

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


[jira] Resolved: (HARMONY-5884) [classlib][pack200] Improve ByteCode hashCode

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

Sian January resolved HARMONY-5884.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0M7

Patch applied at r672195.  Andrew - please check that it was applied as you expected.

> [classlib][pack200] Improve ByteCode hashCode
> ---------------------------------------------
>
>                 Key: HARMONY-5884
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5884
>             Project: Harmony
>          Issue Type: Improvement
>    Affects Versions: 5.0M6
>         Environment: Pack200 HEAD
>            Reporter: Andrew Cornwall
>            Assignee: Sian January
>             Fix For: 5.0M7
>
>         Attachments: main.patch
>
>
> The hashCode() for org.apache.harmony.unpack200.bytecode.ByteCode is unnecessarily complicated. It also causes more collisions than it should.

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


[jira] Closed: (HARMONY-5884) [classlib][pack200] Improve ByteCode hashCode

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

Andrew Cornwall closed HARMONY-5884.
------------------------------------


Patch applied as expected. Thanks!

> [classlib][pack200] Improve ByteCode hashCode
> ---------------------------------------------
>
>                 Key: HARMONY-5884
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5884
>             Project: Harmony
>          Issue Type: Improvement
>    Affects Versions: 5.0M6
>         Environment: Pack200 HEAD
>            Reporter: Andrew Cornwall
>            Assignee: Sian January
>             Fix For: 5.0M7
>
>         Attachments: main.patch
>
>
> The hashCode() for org.apache.harmony.unpack200.bytecode.ByteCode is unnecessarily complicated. It also causes more collisions than it should.

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