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 195428 - 6s - WinMan.getActions blocked by lookupAll(ActionsFactory.class)
Summary: 6s - WinMan.getActions blocked by lookupAll(ActionsFactory.class)
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 7.0
Hardware: All All
: P4 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2011-02-13 20:09 UTC by Exceptions Reporter
Modified: 2012-10-29 16:51 UTC (History)
8 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 154425


Attachments
nps snapshot (5.89 KB, application/nps)
2011-02-13 20:09 UTC, Exceptions Reporter
Details
nps snapshot (51.87 KB, application/nps)
2011-11-04 10:00 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2011-02-13 20:09:42 UTC
Build: NetBeans IDE 7.0 Beta (Build 201011152355)
VM: OpenJDK 64-Bit Server VM, 19.0-b09, OpenJDK Runtime Environment, 1.6.0_20-b20
OS: Linux

User Comments:
tnleeuw: Opening file tab right-click menu



Maximum slowness yet reported was 10023 ms, average is 6667
Comment 1 Exceptions Reporter 2011-02-13 20:09:47 UTC
Created attachment 105966 [details]
nps snapshot
Comment 2 Stanislav Aubrecht 2011-02-14 11:01:19 UTC
org.openide.text.CloneableEditor.getActions() takes too long - reassigning.
not sure what we can do about it though...
Comment 3 Exceptions Reporter 2011-11-04 10:00:30 UTC
Created attachment 112820 [details]
nps snapshot
Comment 4 David Strupl 2012-10-16 08:20:21 UTC
Re-assigning to platform/actions. From the 2 most recent snapshots: once the long call was to Lookup and the other to NbBundler.getMessage. This is not problem for openide/text, this is a problem with the actions infrastructure.
Comment 5 Jaroslav Tulach 2012-10-24 09:10:39 UTC
OK, looking at
http://statistics.netbeans.org/exceptions/exception.do?id=611495

Five reports this year. None from 7.3 beta. Given the frequency I propose won'tfix.

The only thing that comes to my mind is to query the lookup for ActionsProviders sooner than they are needed, outside of EDT.