This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 179657 - 4s in ZipFile.open/getEntry can be slow
Summary: 4s in ZipFile.open/getEntry can be slow
Status: CLOSED WONTFIX
Alias: None
Product: ide
Classification: Unclassified
Component: Performance (show other bugs)
Version: 3.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@performance
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2010-01-19 02:56 UTC by bsbc99
Modified: 2011-05-25 11:39 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 160391


Attachments
nps snapshot (256.00 KB, application/nps)
2010-01-19 02:56 UTC, bsbc99
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bsbc99 2010-01-19 02:56:02 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-4666-on-100113)
VM: Java HotSpot(TM) Server VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows XP, 5.1, x86
Maximum slowness yet reported was 13375 ms, average is 5423
Comment 1 bsbc99 2010-01-19 02:56:10 UTC
Created attachment 93401 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2010-02-10 08:04:45 UTC
4s in 327781: org.netbeans.modules.java.source.parsing.FolderArchive.getFiles() blocked in access to disk.

4.5s in #316932: too old report

3.6s in #292542: java.util.zip.ZipFile.getEntry[native]() - not much we can do about that unless we find out the native thread dump

3.7s in #281495: java.util.zip.ZipFile.open[native]() - again native code

I do not think there is anything we can do with the problem.