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 255014

Summary: unknown: LowPerformance took 26262 ms.
Product: ide Reporter: Exceptions Reporter <exceptions_reporter>
Component: PerformanceAssignee: Tomas Hurka <thurka>
Status: RESOLVED WONTFIX    
Severity: normal Keywords: PERFORMANCE
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 219701
Attachments: nps snapshot

Description Exceptions Reporter 2015-09-04 18:54:57 UTC
This bug was originally marked as duplicate of bug 188691, 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 201408251540)
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: i don't know



Maximum slowness yet reported was 26262 ms, average is 26262
Comment 1 Exceptions Reporter 2015-09-04 18:54:58 UTC
Created attachment 155905 [details]
nps snapshot
Comment 2 Tomas Hurka 2015-09-09 07:36:18 UTC
For the whole slowness time, AWT thread is waiting for lock held by AWT-XAWT thread, which is runnable and is trying to get some window property
(sun.awt.X11.XlibWrapper.XGetWindowProperty(Native Method)). It really seems
that the OS is congested and some banal native function takes way too much
time.