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 219310

Summary: LowPerformance took 26228 ms.
Product: profiler Reporter: Milos Kleint <mkleint>
Component: BaseAssignee: issues@profiler <issues>
Status: RESOLVED DUPLICATE    
Severity: normal CC: jdavidboyd
Priority: P3 Keywords: PERFORMANCE
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 175387
Attachments: nps snapshot

Description Milos Kleint 2012-10-02 08:02:52 UTC
Build: NetBeans IDE Dev (Build 201209260001)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows 7

User Comments:
mkleint: load heap dump and attempted to enter the Downloads directory

jdavidboyd: Clicked on the Profile/Load Heap Dump menu item



Maximum slowness yet reported was 26228 ms, average is 15856
Comment 1 Milos Kleint 2012-10-02 08:02:54 UTC
Created attachment 125193 [details]
nps snapshot
Comment 2 Petr Cyhelsky 2012-10-02 10:30:36 UTC
it seems javax.swing.JFileChooser.getIcon() is waiting in awt for 26s for 
sun.awt.shell.Win32ShellFolder2.getIconIndex[native]()
it seems to be some windows filesystems issue. Certainly we can't do anything about it in profiler.
Comment 3 Petr Cyhelsky 2012-10-02 10:46:28 UTC

*** This bug has been marked as a duplicate of bug 188001 ***