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 249075

Summary: org.openide.awt.MenuBar.getMenuCount: LowPerformance took 54557 ms.
Product: platform Reporter: Exceptions Reporter <exceptions_reporter>
Component: Data SystemsAssignee: Jaroslav Havlin <jhavlin>
Status: RESOLVED WORKSFORME    
Severity: normal Keywords: PERFORMANCE
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 213856
Attachments: nps snapshot

Description Exceptions Reporter 2014-12-02 18:34:29 UTC
This bug was originally marked as duplicate of bug 227847, 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.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b17
OS: Linux

User Comments:
GUEST: immediately After installing the scala plugin occurs the slowness.



Maximum slowness yet reported was 54557 ms, average is 54557
Comment 1 Exceptions Reporter 2014-12-02 18:34:31 UTC
Created attachment 150847 [details]
nps snapshot
Comment 2 Jaroslav Havlin 2015-10-30 09:43:58 UTC
Menu Bar is waiting for a FolderInstance (in EDT), which is waiting for a FolderList, which is waiting for a logger (UIHandler), which needs to be flushed before publishing the log record. Flushing of logger data via FileChannelImpl takes quite long.

It seems that the hard drive was under heavy load.
Closing. Please reopen if you can reproduce the slowness.

Thank you for reporting.