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 180430 - Expensive popup menu creation
Summary: Expensive popup menu creation
Status: RESOLVED DUPLICATE of bug 179964
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Team Framework (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jan Becicka
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2010-02-08 07:34 UTC by Tomas Pavek
Modified: 2010-02-08 09:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
profiling snapshot - open and find "Kenai" (27.42 KB, application/octet-stream)
2010-02-08 07:34 UTC, Tomas Pavek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Pavek 2010-02-08 07:34:13 UTC
Created attachment 93961 [details]
profiling snapshot - open and find "Kenai"

Revealed in bug 180062 - popup menu creation can take long due to ShareAction.ContextShareAction.getPopupPresenter() calling inDashboard() which may initialize whole Kenai dashboard. The attached snapshot shows more than 300ms. See how it goes down to java.net.Inet4AddressImpl.lookupAllHostAddr[native]. Could that be avoided somehow?
Comment 1 Jan Becicka 2010-02-08 09:51:01 UTC

*** This bug has been marked as a duplicate of bug 179964 ***