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 235597 - org.netbeans.core.startup.InstalledFileLocatorImpl.clustersFor: LowPerformance took 7564 ms.
Summary: org.netbeans.core.startup.InstalledFileLocatorImpl.clustersFor: LowPerformanc...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 7.4
Hardware: All All
: P4 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-09-06 10:07 UTC by Exceptions Reporter
Modified: 2014-02-10 14:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 203639


Attachments
nps snapshot (147.44 KB, application/nps)
2013-09-06 10:08 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-09-06 10:07:59 UTC
This bug was originally marked as duplicate of bug 226654, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201309050001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 7

User Comments:
GUEST: very slow starting the program



Maximum slowness yet reported was 7564 ms, average is 7564
Comment 1 Exceptions Reporter 2013-09-06 10:08:02 UTC
Created attachment 139754 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2013-12-11 16:26:20 UTC
23s of http://statistics.netbeans.org/exceptions/exception.do?id=701530 is spent in 

org.netbeans.modules.form.GandalfPersistenceManager.loadForm()	77.7332	13 602 ms (77,7%)	13 572 ms	1

some of them could be offloaded from EDT - like scanning classpath (3s?), but otherwise it is slow classloading problem (because of overloaded I/O?).
Comment 3 Tomas Pavek 2013-12-18 17:15:59 UTC
The snapshot 701530 from form loading is wrong here. It's completely unrelated to the first report (690212). It has nothing to do with InstalledFileLocatorImpl either. It belongs to bug 179407. This bug has enough reports already and this one is not particularly interesting so I will not move the report there - mainly not to make some future slowness reports with InstalledFileLocatorImpl be duplicated there.

The original report (690212) seems to be something from autoupdate.
Comment 4 Jiri Rechtacek 2013-12-18 17:34:07 UTC
(In reply to Tomas Pavek from comment #3)
> The snapshot 701530 from form loading is wrong here. It's completely
> unrelated to the first report (690212). It has nothing to do with
> InstalledFileLocatorImpl either. It belongs to bug 179407. This bug has
> enough reports already and this one is not particularly interesting so I
> will not move the report there - mainly not to make some future slowness
> reports with InstalledFileLocatorImpl be duplicated there.
> 
> The original report (690212) seems to be something from autoupdate.

This should be fixed by http://hg.netbeans.org/core-main/rev/595295d8cfb9