You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Naumova Natalya (JIRA)" <ji...@apache.org> on 2007/12/10 14:40:43 UTC

[jira] Updated: (HARMONY-5285) [classlib][startup][performance] double reading of resources from jars

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

Naumova Natalya  updated HARMONY-5285:
--------------------------------------

    Summary: [classlib][startup][performance] double reading of resources from jars  (was: double reading of resources from jars)

> [classlib][startup][performance] double reading of resources from jars
> ----------------------------------------------------------------------
>
>                 Key: HARMONY-5285
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5285
>             Project: Harmony
>          Issue Type: Sub-task
>            Reporter: Naumova Natalya 
>
> The problem is in ZipEntry reading: some of JarEntry's are reading twice : resources in jars for instance. Besides reading jar entries is not effective : it's reading via classlib portlib, that uses systems calls always and there is no cashing of entries that were read before.
> If one look to the file usage while jar loading he[she] see that the significant number of reads happen from one offset (ecpesially for jars resources). 

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