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 2009/06/26 15:37:07 UTC

[jira] Closed: (HARMONY-5899) [classlib][pack200] ByteCode.equals() can be optimized

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

Tim Ellison closed HARMONY-5899.
--------------------------------


No response, assuming ok.

> [classlib][pack200] ByteCode.equals() can be optimized
> ------------------------------------------------------
>
>                 Key: HARMONY-5899
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5899
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>    Affects Versions: 5.0M6
>         Environment: Pack200 HEAD
>            Reporter: Andrew Cornwall
>            Assignee: Sian January
>             Fix For: 5.0M7
>
>         Attachments: main.patch
>
>
> Now that HARMONY-5889 has been incorporated, the .equals() method for ByteCode can be simplified. This leads to some performance increase.
> I've also modified the hashCode() method. It now leads to fewer collisions. Now there are as few as if Object.hashCode() were used instead. (I didn't use Object.hashCode() because the abstract hashCode() in ClassFileEntry means I'd have to put a helper method in ClassFileEntry - and if the code in ByteCode is just as fast, why do that?)

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