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 225403 - org.netbeans.api.debugger.Lookup$MetaInf$MetaInfLookupList.<init>: LowPerformance took 5559 ms.
Summary: org.netbeans.api.debugger.Lookup$MetaInf$MetaInfLookupList.<init>: LowPerform...
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-01-28 09:44 UTC by Exceptions Reporter
Modified: 2013-02-26 05:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 198068


Attachments
nps snapshot (122.92 KB, application/nps)
2013-01-28 09:44 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-01-28 09:44:20 UTC
This bug was originally marked as duplicate of bug 186855, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: OpenJDK 64-Bit Server VM, 23.2-b09, OpenJDK Runtime Environment, 1.7.0_09-b30
OS: Linux

User Comments:
GUEST: Running PHP with Xdebug debugging enabled and break point set in code.



Maximum slowness yet reported was 5559 ms, average is 5559
Comment 1 Exceptions Reporter 2013-01-28 09:44:23 UTC
Created attachment 130714 [details]
nps snapshot
Comment 2 Martin Entlicher 2013-01-28 16:10:43 UTC
This is in PHP debugger. org.netbeans.modules.php.dbgp.models.VariablesModel.isLeaf() calls org.netbeans.modules.php.dbgp.models.VariablesModel.getSession(), which contains the expensive lookup. isLeaf() is often called in AWT.
Comment 3 Ondrej Brejla 2013-02-25 13:11:35 UTC
Fixed in web-mian #05f137334db9
Comment 4 Quality Engineering 2013-02-26 05:25:01 UTC
Integrated into 'main-golden', will be available in build *201302252300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/05f137334db9
User: Ondrej Brejla <obrejla@netbeans.org>
Log: #225403 - org.netbeans.api.debugger.Lookup$MetaInf$MetaInfLookupList.<init>: LowPerformance took 5559 ms.