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:10:43 UTC

[jira] Created: (HARMONY-5285) double reading of resources from jars

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 




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


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

Posted by "Naumova Natalya (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Naumova Natalya (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Component/s: Classlib

> [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
>          Components: Classlib
>            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.


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

Posted by "Naumova Natalya (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Description: 
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). 

> 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.