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 232710

Summary: org.netbeans.ModuleManager$SystemClassLoader.getResourcesImpl: LowPerformance took 22759 ms.
Product: platform Reporter: Exceptions Reporter <exceptions_reporter>
Component: Module SystemAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED WONTFIX    
Severity: normal CC: jrechtacek
Priority: P3 Keywords: PERFORMANCE
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 202004
Attachments: nps snapshot

Description Exceptions Reporter 2013-07-15 13:21:48 UTC
Build: NetBeans IDE 7.3.1 (Build 201306052037)
VM: Java HotSpot(TM) Client VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 7

User Comments:
GUEST: Loaded up netbeans 7.3.1...

GUEST: ...



Maximum slowness yet reported was 22759 ms, average is 13249
Comment 1 Exceptions Reporter 2013-07-15 13:21:50 UTC
Created attachment 137125 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2013-07-17 15:32:15 UTC
Slow classloading. The EDT is blocked by RepositoryUpdater.worker loading single class

org.netbeans.ModuleManager$SystemClassLoader.getResourcesImpl()	100.0	12,778 ms (100%)	12,778 ms	1

Not much to do about it. Closing as won'tfix.