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 253426

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

Description Legoman2803 2015-07-12 16:02:39 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 7.4 (Build 201310111528)
VM: Java HotSpot(TM) Client VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
Legoman2803: The Javadoc windows wants to load. 28 sec black screen (Repaint manager).
May be you set the javadoc window in a thread so that the main window thread does not get blocked by the javadoc.



Maximum slowness yet reported was 28282 ms, average is 28282
Comment 1 Legoman2803 2015-07-12 16:02:50 UTC
Created attachment 154577 [details]
nps snapshot
Comment 2 Tomas Hurka 2015-07-15 11:39:46 UTC
Self-sampler data shows that the complex html document is rendered by AWT. Since this is all done by JDK, we will not be able to improve it, but you can try to use latest JDK, latest NetBeans and use 64bit JDK instead of 32bit, you are currently using.