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
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.