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 - 23s after switching to netbeans
Summary: 23s after switching to netbeans
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Skrivanek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-28 18:10 UTC by Jaroslav Tulach
Modified: 2009-09-01 15:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 157222


Attachments
nps snapshot (12.27 KB, bin/nps)
2009-08-28 18:10 UTC, Jaroslav Tulach
Details

Note You need to log in before you can comment on or make changes to this bug.
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.