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 256990 - org.netbeans.modules.editor.completion.CompletionJList.setData: LowPerformance took 22419 ms.
Summary: org.netbeans.modules.editor.completion.CompletionJList.setData: LowPerformanc...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2015-12-04 20:42 UTC by franciscocpg
Modified: 2017-09-25 13:56 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 221521


Attachments
nps snapshot (26.61 KB, application/nps)
2015-12-04 20:42 UTC, franciscocpg
Details

Note You need to log in before you can comment on or make changes to this bug.
Description franciscocpg 2015-12-04 20:42:00 UTC
This bug was originally marked as duplicate of bug 233889, 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.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.65-b01, Java(TM) SE Runtime Environment, 1.8.0_65-b17
OS: Mac OS X

User Comments:
franciscocpg: auto complete



Maximum slowness yet reported was 22419 ms, average is 22419
Comment 1 franciscocpg 2015-12-04 20:42:02 UTC
Created attachment 157673 [details]
nps snapshot
Comment 2 Dusan Balek 2015-12-07 10:06:02 UTC
As can be seen from the profiler snapshot AWT-EventQueue is blocked by an extremely slow call to org.openide.util.Utilities.getUsableScreenBounds().
Reassigning.