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 246690 - unknown: LowPerformance took 29148 ms.
Summary: unknown: LowPerformance took 29148 ms.
Status: RESOLVED WONTFIX
Alias: None
Product: ide
Classification: Unclassified
Component: Performance (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2014-08-26 01:41 UTC by Exceptions Reporter
Modified: 2014-08-26 11:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 211431


Attachments
nps snapshot (55.96 KB, application/nps)
2014-08-26 01:41 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-08-26 01:41:15 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) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 8

User Comments:
GUEST: I was browsing, trying to learn more about certain  commands, when the program simply slowed and failed to properly show the screen once I went to another program window and returned.



Maximum slowness yet reported was 29148 ms, average is 29148
Comment 1 Exceptions Reporter 2014-08-26 01:41:16 UTC
Created attachment 148895 [details]
nps snapshot
Comment 2 Tomas Hurka 2014-08-26 11:32:44 UTC
Most of the is spent in RandomAccessFile.open() called from registering fonts from sun.font.SunFOntManager.registerFontsOnPath(). Closing as wontfix since no NetBeans code is involved.