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 247142 - HeapView calls NbPreferences and it takes 4540 ms.
Summary: HeapView calls NbPreferences and it takes 4540 ms.
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Options&Settings (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2014-09-16 03:33 UTC by misterm
Modified: 2016-07-20 21:28 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 208313


Attachments
nps snapshot (50.46 KB, application/nps)
2014-09-16 03:33 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2014-09-16 03:33:24 UTC
This issue was reported manually by misterm.
It already has 3 duplicates 


Build: NetBeans IDE Dev (Build 20140912-dfbce2f552c9)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Windows 7

User Comments:
misterm: .

abdullrhman00: <Please provide a description of the problem or the steps to reproduce>

GUEST: Just booted my i7 64-bit win-8 laptop. NetBeans was the first app I started.



Maximum slowness yet reported was 23163 ms, average is 16683
Comment 1 misterm 2014-09-16 03:33:27 UTC
Created attachment 149234 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2014-10-22 12:03:09 UTC
org.openide.actions.HeapView.getTickStyle()	4418 ms 
tries to load preferences and it takes a while. Either speed preferences up or move the query out of EDT thread.