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 207920 - 4s in windows.actions.CloseAllDocumentsAction.actionPerformed
Summary: 4s in windows.actions.CloseAllDocumentsAction.actionPerformed
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-01-30 15:43 UTC by Egor Ushakov
Modified: 2012-04-03 14:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 184911


Attachments
nps snapshot (385.76 KB, application/nps)
2012-01-30 15:43 UTC, Egor Ushakov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Egor Ushakov 2012-01-30 15:43:05 UTC
This bug was originally marked as duplicate of bug 137829, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 20120130-2e314e6245bf)
VM: Java HotSpot(TM) Client VM, 20.5-b03, Java(TM) SE Runtime Environment, 1.6.0_30-b12
OS: Linux
Maximum slowness yet reported was 3825 ms, average is 3825
Comment 1 Egor Ushakov 2012-01-30 15:43:12 UTC
Created attachment 115395 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2012-02-01 15:49:30 UTC
One invocation of 
  org.netbeans.core.windows.actions.CloseAllDocumentsAction.actionPerformed()	goes to 40 invocations of TopComponent.close().
Comment 3 Stanislav Aubrecht 2012-04-03 14:16:06 UTC
Cannot reproduce.
Perhaps the snapshot is invalid - the method invocations counts don't seem correct...