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 171101

Summary: 23s after switching to netbeans
Product: platform Reporter: Jaroslav Tulach <jtulach>
Component: FilesystemsAssignee: Jiri Skrivanek <jskrivanek>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=157222
Issue Type: DEFECT Exception Reporter: 157222
Attachments: nps snapshot

Description Jaroslav Tulach 2009-08-28 18:10:25 UTC
Build: NetBeans IDE Dev (Build 090827)
VM: Java HotSpot(TM) Client VM, 14.1-b02, Java(TM) SE Runtime Environment, 1.6.0_15-b03
OS: Linux, 2.6.29.6-desktop-1mnb, i386

User Comments:
jtulach: disk caches were cold, refresh was performed, so probably blocked by some listener


Maximum slowness yet reported was 23805 ms, average is 23805
Comment 1 Jaroslav Tulach 2009-08-28 18:10:30 UTC
Created attachment 86799 [details]
nps snapshot
Comment 2 Jiri Skrivanek 2009-09-01 15:27:11 UTC
Time spent in java.io.File.exists() -> java.io.UnixFileSystem.getBooleanAttributes(). I don't know how it can be fixed.