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 244138 - org.netbeans.api.project.ProjectManager.findProject: LowPerformance took 89985 ms.
Summary: org.netbeans.api.project.ProjectManager.findProject: LowPerformance took 8998...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2014-04-28 17:24 UTC by leandroperini
Modified: 2014-06-14 04:44 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 209369


Attachments
nps snapshot (654.98 KB, application/nps)
2014-04-28 17:24 UTC, leandroperini
Details

Note You need to log in before you can comment on or make changes to this bug.
Description leandroperini 2014-04-28 17:24:12 UTC
This bug was originally marked as duplicate of bug 230545, 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.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Windows 8

User Comments:
leandroperini: Adi
Comment 1 leandroperini 2014-04-28 17:24:19 UTC
Created attachment 146985 [details]
nps snapshot
Comment 2 Milos Kleint 2014-04-29 08:42:26 UTC
ProjectColorTabDecorator is calling FileOwnerQuery in AWT which can effectively lock up on ProjectManager.MUTEX - (report 722577)
Comment 3 Stanislav Aubrecht 2014-06-13 13:35:06 UTC
core-main ba97099e3a15
Comment 4 Quality Engineering 2014-06-14 04:44:36 UTC
Integrated into 'main-silver', will be available in build *201406140001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/ba97099e3a15
User: S. Aubrecht <saubrecht@netbeans.org>
Log: #244138 - don't do project lookup in EDT