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

Summary: org.netbeans.modules.welcome.content.RecentProjectsPanel.rebuildContent: LowPerformance took 21648 ms.
Product: platform Reporter: Exceptions Reporter <exceptions_reporter>
Component: -- Other --Assignee: Antonin Nebuzelsky <anebuzelsky>
Status: RESOLVED WONTFIX    
Severity: normal Keywords: PERFORMANCE
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 200822
Attachments: nps snapshot

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.