You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Pavel Pervov (JIRA)" <ji...@apache.org> on 2008/03/26 07:25:25 UTC

[jira] Assigned: (HARMONY-5637) [drlvm][classloader][performance] Make ClassLoader.loadClass desynchronized while trying to load already loaded class

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

Pavel Pervov reassigned HARMONY-5637:
-------------------------------------

    Assignee: Pavel Pervov

> [drlvm][classloader][performance] Make ClassLoader.loadClass desynchronized while trying to load already loaded class
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-5637
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5637
>             Project: Harmony
>          Issue Type: Improvement
>            Reporter: Aleksey Shipilev
>            Assignee: Pavel Pervov
>         Attachments: 0005-serial-loadClass.patch
>
>
> Current implementation of ClassLoader acquires the lock on every loadClass entry. However, if the class is already loaded/initialized we might skip synchronization. This would make ClassLoader perform faster on serialization and startup workloads.

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