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 212859 - 4s - LazyMenu.getMenuComponents via Apple L&F
Summary: 4s - LazyMenu.getMenuComponents via Apple L&F
Status: RESOLVED DUPLICATE of bug 211284
Alias: None
Product: platform
Classification: Unclassified
Component: Actions (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-05-22 17:54 UTC by jyeary
Modified: 2012-05-28 07:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 188227


Attachments
nps snapshot (90.01 KB, application/nps)
2012-05-22 17:54 UTC, jyeary
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jyeary 2012-05-22 17:54:41 UTC
This bug was originally marked as duplicate of bug 207920, 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 201205200400)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b21
OS: Mac OS X

User Comments:
jyeary: Deleted old cache, activated features, and restarted.



Maximum slowness yet reported was 3929 ms, average is 3929
Comment 1 jyeary 2012-05-22 17:54:48 UTC
Created attachment 119743 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2012-05-23 08:16:51 UTC
com.apple.laf.AquaRootPaneUI.updateComponentTreeUIActivation()	100.0	3 810 ms (100%)	2 845 ms

calls

org.openide.awt.MenuBar$LazyMenu.getMenuComponents()	81.4956	3 105 ms (81,5%)	2 231 ms

which blocks on 

org.openide.loaders.FolderInstance.waitFinished()	81.4956	3 105 ms (81,5%)	2 231 ms
Comment 3 Jaroslav Tulach 2012-05-28 07:04:01 UTC

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