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 181954 - [69cat] LowPerformance took 4312 ms.
Summary: [69cat] LowPerformance took 4312 ms.
Status: RESOLVED INVALID
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2010-03-12 17:14 UTC by Exceptions Reporter
Modified: 2011-10-24 13:28 UTC (History)
33 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 166352


Attachments
nps snapshot (256.00 KB, application/nps)
2010-03-12 17:14 UTC, Exceptions Reporter
Details
nps snapshot (256.00 KB, application/nps)
2010-03-21 09:58 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2010-03-12 17:14:33 UTC
Build: NetBeans IDE Dev (Build 100312-988ba74f4e05)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_04-b12
OS: Windows XP
Maximum slowness yet reported was 4312 ms, average is 4312
Comment 1 Exceptions Reporter 2010-03-12 17:14:40 UTC
Created attachment 95123 [details]
nps snapshot
Comment 2 Exceptions Reporter 2010-03-21 09:58:14 UTC
Created attachment 95497 [details]
nps snapshot

normally it takes lot of time in opening an application is it because there are a large number of frames and other components inside it?
Comment 3 Jan Becicka 2010-10-08 11:54:28 UTC
form does java parsing in awt thread.
Comment 4 Jan Stola 2011-10-24 13:28:22 UTC
This issue is a huge mess of various unrelated problems where some piece of code attempted to use Java infrastructure from AWT thread and the corresponding call was blocked by loading of class definition from the disk.

I marking this issue as invalid because it doesn't refer to one specific problem.