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 254945 - org.netbeans.modules.web.debug.actions.MainProjectManager.isDependent(): LowPerformance took 15880 ms.
Summary: org.netbeans.modules.web.debug.actions.MainProjectManager.isDependent(): LowP...
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2015-09-02 18:15 UTC by emiddio
Modified: 2015-09-12 03:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 219631


Attachments
nps snapshot (459.37 KB, application/nps)
2015-09-02 18:15 UTC, emiddio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description emiddio 2015-09-02 18:15:40 UTC
This bug was originally marked as duplicate of bug 238731, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 Beta (Build 201508041349)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Windows 7

User Comments:
emiddio: debugging



Maximum slowness yet reported was 15880 ms, average is 15880
Comment 1 emiddio 2015-09-02 18:15:45 UTC
Created attachment 155838 [details]
nps snapshot
Comment 2 Tomas Hurka 2015-09-09 14:20:46 UTC
org.netbeans.modules.web.debug.actions.MainProjectManager.isDependent()	is invoked in AWT.
Comment 3 Martin Entlicher 2015-09-10 16:24:40 UTC
Fixed by changeset:   291909:c4ababd77898
http://hg.netbeans.org/core-main/rev/c4ababd77898
Comment 4 Quality Engineering 2015-09-12 03:06:00 UTC
Integrated into 'main-silver', will be available in build *201509120002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/c4ababd77898
User: mentlicher@netbeans.org
Log: #254945: Assure that AWT event queue is not blocked by computation of dependent projects.