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 - org.netbeans.ModuleManager$SystemClassLoader.getResourcesImpl: LowPerformance took 22759 ms.
Summary: org.netbeans.ModuleManager$SystemClassLoader.getResourcesImpl: LowPerformance...
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-07-15 13:21 UTC by Exceptions Reporter
Modified: 2013-07-17 15:32 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 202004


Attachments
nps snapshot (17.74 KB, application/nps)
2013-07-15 13:21 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-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.