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 238273 - org.netbeans.modules.welcome.content.RecentProjectsPanel.rebuildContent: LowPerformance took 21648 ms.
Summary: org.netbeans.modules.welcome.content.RecentProjectsPanel.rebuildContent: LowP...
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-11-12 13:33 UTC by Exceptions Reporter
Modified: 2013-11-18 15:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 200822


Attachments
nps snapshot (114.49 KB, application/nps)
2013-11-12 13:33 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-11-12 13:33:34 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Mac OS X

User Comments:
GUEST: Demora para iniciar



Maximum slowness yet reported was 28173 ms, average is 24910
Comment 1 Exceptions Reporter 2013-11-12 13:33:38 UTC
Created attachment 142095 [details]
nps snapshot
Comment 2 Stanislav Aubrecht 2013-11-18 09:45:34 UTC
The event queue is stuck in NbBundle.getBundleFast() for some reason.
Comment 3 Jaroslav Havlin 2013-11-18 15:43:36 UTC
NbBundle.getBundleFast() called in ETD is waiting for NbBundle.getBundleFast()
called in Default RequestProcessor which is loading some resource under shared
lock.

It seems that the system was under heavy load. Closing as WONTFIX for now.
Thank you for reporting.