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

Summary: LowPerformance took 7626 ms.
Product: debugger Reporter: XVilka
Component: CodeAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: normal CC: javadimon
Priority: P3 Keywords: PERFORMANCE
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 170225
Attachments: nps snapshot

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.