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 182548 - [69cat] LowPerformance took 4949 ms.
Summary: [69cat] LowPerformance took 4949 ms.
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Navigator (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2010-03-23 08:43 UTC by tnleeuw
Modified: 2012-04-04 10:10 UTC (History)
14 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 156041


Attachments
nps snapshot (256.00 KB, application/nps)
2010-03-23 08:43 UTC, tnleeuw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tnleeuw 2010-03-23 08:43:21 UTC
Build: NetBeans IDE Dev (Build 201003220200)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows Vista

User Comments:
tnleeuw: Slowness displaying file; loading editor for file during startup.
File was re-opened from previous session.

GUEST: switching between open files

GUEST: On opening NetBeans with 10 tabs in the editor (some java files were not compiling)



Maximum slowness yet reported was 5125 ms, average is 3988
Comment 1 tnleeuw 2010-03-23 08:43:31 UTC
Created attachment 95582 [details]
nps snapshot
Comment 2 Jan Peska 2012-04-03 14:51:15 UTC
fix: http://hg.netbeans.org/core-main/rev/b42d9c3d4fe2
Comment 3 Quality Engineering 2012-04-04 10:10:44 UTC
Integrated into 'main-golden', will be available in build *201204040400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/b42d9c3d4fe2
User: Jan Peska <JPESKA@netbeans.org>
Log: Issue #182548 - [69cat] LowPerformance took 4949 ms.
ObtainProviders method is called asynchronously to prevent AWT blocking. Adjusting test to wait for providers to be loaded.