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

Guillaume Nodet updated XBEAN-203:
----------------------------------

    Fix Version/s: 3.12
         Assignee: Guillaume Nodet
    
> Performance improvement by adding local cache for 
> MultiParentClassLoader#loadClass
> ----------------------------------------------------------------------------------
>
>                 Key: XBEAN-203
>                 URL: https://issues.apache.org/jira/browse/XBEAN-203
>             Project: XBean
>          Issue Type: Improvement
>          Components: classloader
>    Affects Versions: 3.7
>            Reporter: Gert Vanthienen
>            Assignee: Guillaume Nodet
>             Fix For: 3.12
>
>         Attachments: 
> 0001-XBEAN-203-Performance-improvement-by-adding-local-ca.patch
>
>
> While profiling for performance issues on ServiceMix, we noticed a lot of 
> time was spent waiting for the object lock to access MultiParentClassLoader's 
> loadClass() method, especially when using things like JAXP.  We managed to 
> get significant improvements by adding a local cache to avoid the 
> synchronized method invocation for previously loaded classes.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to