You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Rick Curtis (JIRA)" <ji...@apache.org> on 2009/10/13 17:13:31 UTC

[jira] Resolved: (OPENJPA-1172) Use java.util.concurrent.ConcurrentHashMap rather than a synchronized HashMap in ClassMapping.

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

Rick Curtis resolved OPENJPA-1172.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0-M4

> Use java.util.concurrent.ConcurrentHashMap rather than a synchronized HashMap in ClassMapping.
> ----------------------------------------------------------------------------------------------
>
>                 Key: OPENJPA-1172
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1172
>             Project: OpenJPA
>          Issue Type: Improvement
>          Components: performance
>            Reporter: Rick Curtis
>            Assignee: Rick Curtis
>            Priority: Minor
>             Fix For: 2.0.0-M4
>
>         Attachments: OPENJPA-1172.patch
>
>
> A performance run shows improved scalability when using the java.util.concurrent.ConcurrentHashMap in org.apache.openjpa.jdbc.meta.ClassMapping.
> This issue is a child of OPENJPA-1118.

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