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 193915

Summary: [70cat] LowPerformance took 4006 ms.
Product: debugger Reporter: marcotts
Component: CodeAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: normal Keywords: PERFORMANCE
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 175443
Attachments: nps snapshot

Description marcotts 2010-12-29 15:57:17 UTC
This bug was originally marked as duplicate of bug 188416, 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 201012150001)
VM: Java HotSpot(TM) Client VM, 16.2-b04, Java(TM) SE Runtime Environment, 1.6.0_19-b04
OS: Windows XP

User Comments:
marcotts: debugging jme project



Maximum slowness yet reported was 4006 ms, average is 4006
Comment 1 marcotts 2010-12-29 15:57:22 UTC
Created attachment 104598 [details]
nps snapshot
Comment 2 Martin Entlicher 2011-01-03 13:54:19 UTC
This is not a duplicate of bug 188416, that bug fixed it in spi.debugger.ui module.
There's another ViewModelListener in debugger.jpda.ui. That needs to be made lazy as well.
Comment 3 Martin Entlicher 2011-01-03 16:22:29 UTC
Fixed in changeset:   185671:3c2092ba7fd5
http://hg.netbeans.org/main/rev/3c2092ba7fd5
Comment 4 Quality Engineering 2011-01-06 09:08:02 UTC
Integrated into 'main-golden', will be available in build *201101060001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/3c2092ba7fd5
User: mentlicher@netbeans.org
Log: #193915 Update the view model lazily.