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 - org.openide.awt.MenuBar.getMenuCount: LowPerformance took 54557 ms.
Summary: org.openide.awt.MenuBar.getMenuCount: LowPerformance took 54557 ms.
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2014-12-02 18:34 UTC by Exceptions Reporter
Modified: 2015-10-30 09:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 213856


Attachments
nps snapshot (96.44 KB, application/nps)
2014-12-02 18:34 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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.