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/02/18 10:20:39 UTC

[jira] Updated: (HARMONY-5524) [drlvm][performance] Bootstrap class loader should use single entry cache for sequential jars in boot class path.

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

Pavel Pervov updated HARMONY-5524:
----------------------------------

    Description: 
As Harmony class library has many jars in it's distribution (~50, DRLVM should try to add jar entries from jars in its boot class path to single cache to allow single lookup on class loading.

I'll attach the patch implementing this feature.

  was:
As Harmony class library has many jars in it's distribution (~50).DRLVM should try to add jar entries from jars in its boot class path to single cache to allow single lookup on class loading.

I'll attach the patch implementing this feature.


> [drlvm][performance] Bootstrap class loader should use single entry cache for sequential jars in boot class path.
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-5524
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5524
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>            Reporter: Pavel Pervov
>            Priority: Minor
>         Attachments: single_jar_cache.patch
>
>
> As Harmony class library has many jars in it's distribution (~50, DRLVM should try to add jar entries from jars in its boot class path to single cache to allow single lookup on class loading.
> I'll attach the patch implementing this feature.

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