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 225493 - org.netbeans.modules.maven.nodes.DependencyNode.getHtmlDisplayName: LowPerformance took 27077 ms. in ClassLoading related IO
Summary: org.netbeans.modules.maven.nodes.DependencyNode.getHtmlDisplayName: LowPerfor...
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-01-29 18:32 UTC by Exceptions Reporter
Modified: 2013-07-17 14:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 194490


Attachments
nps snapshot (62.16 KB, application/nps)
2013-01-29 18:32 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-01-29 18:32:33 UTC
Build: NetBeans IDE 7.2.1 (Build 201210100934)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.5-b03, Java(TM) SE Runtime Environment, 1.6.0_30-b12
OS: Windows 7

User Comments:
GUEST: estava dando build em um projeto.



Maximum slowness yet reported was 27077 ms, average is 15336
Comment 1 Exceptions Reporter 2013-01-29 18:32:35 UTC
Created attachment 130800 [details]
nps snapshot
Comment 2 Milos Kleint 2013-01-30 07:51:14 UTC
awt slowed down by class loading (slow native IO), not much that can be done in nodes.DependencyNode()
Comment 3 Milos Kleint 2013-07-17 14:59:58 UTC
nothing we can do here. classloading is inevitable