[
https://issues.apache.org/jira/browse/OPENJPA-1548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rick Curtis resolved OPENJPA-1548.
----------------------------------
Resolution: Fixed
Fix Version/s: 2.0.0
Committed revision 918167 to trunk.
> Miscellaneous ClassMetaData performance improvements
> ----------------------------------------------------
>
> Key: OPENJPA-1548
> URL: https://issues.apache.org/jira/browse/OPENJPA-1548
> Project: OpenJPA
> Issue Type: Improvement
> Components: performance
> Reporter: Rick Curtis
> Assignee: Rick Curtis
> Fix For: 2.0.0
>
> Attachments: OPENJPA-1548.test.patch
>
>
> When doing some performance testing I found that I was able to marginally
> improve performance by refactoring a couple methods in ClassMetaData to allow
> the JVM to better optimize code paths.
> Also, I found that we calculate the hash code every time
> ClassMetaData.hashCode is called, but it will never change.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.