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 186855 - LowPerformance took 7626 ms.
Summary: LowPerformance took 7626 ms.
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2010-05-28 02:59 UTC by XVilka
Modified: 2010-09-08 03:30 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 170225


Attachments
nps snapshot (37.79 KB, application/nps)
2010-05-28 02:59 UTC, XVilka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description XVilka 2010-05-28 02:59:02 UTC
This bug was originally marked as duplicate of bug 179730, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201005270001)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Linux

User Comments:
XVilka: I'm only activate installed plugins in Activate tab of Plugins window



Maximum slowness yet reported was 7626 ms, average is 7626
Comment 1 XVilka 2010-05-28 02:59:15 UTC
Created attachment 99578 [details]
nps snapshot
Comment 2 Martin Entlicher 2010-05-28 08:05:02 UTC
ConnectAction.isEnabled() asks Lookup for the number of AttachType.class instances, but the lookup takes over 7 seconds! The system is likely busy with plugins activation...
Comment 3 Martin Entlicher 2010-09-06 13:09:51 UTC
Fixed in changeset:   177084:b9d6d6e68e27
http://hg.netbeans.org/main/rev/b9d6d6e68e27
Comment 4 Quality Engineering 2010-09-07 03:13:36 UTC
Integrated into 'main-golden', will be available in build *201009070000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/b9d6d6e68e27
User: mentlicher@netbeans.org
Log: #186855 Postpone the inspection of module lookup into RequestProcessor.
Comment 5 Quality Engineering 2010-09-08 03:30:25 UTC
Integrated into 'main-golden', will be available in build *201009080000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/b9d6d6e68e27
User: mentlicher@netbeans.org
Log: #186855 Postpone the inspection of module lookup into RequestProcessor.