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 169364 - SunGraphicsEnvironment.getAllFonts() to slow
Summary: SunGraphicsEnvironment.getAllFonts() to slow
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Marek Fukala
URL: http://statistics.netbeans.org/except...
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2009-07-28 16:59 UTC by Vojtech Sigler
Modified: 2009-10-12 13:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 154381


Attachments
nps snapshot (29.11 KB, bin/nps)
2009-07-28 16:59 UTC, Vojtech Sigler
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vojtech Sigler 2009-07-28 16:59:32 UTC
Build: NetBeans IDE Dev (Build 200907280201)
VM: Java HotSpot(TM) Client VM, 14.1-b02, Java(TM) SE Runtime Environment, 1.6.0_15-b03
OS: Linux, 2.6.28-13-generic, i386

User Comments:
vsigler: Opening several java files, one html file and then another few java files.


Maximum slowness yet reported was 4790 ms, average is 4790
Comment 1 Vojtech Sigler 2009-07-28 16:59:38 UTC
Created attachment 85365 [details]
nps snapshot
Comment 2 Pavel Flaska 2009-09-11 14:01:23 UTC
No suspicious behavior of NetBeans was found. It seems it is blocked when asking for a fonts when building CSS style. Reassigning to css.visual for further 
evaluation. From my point of view, it seems it is slowness of underlying hardware/OS, so I suggest to close it as WONTFIX.
Comment 3 Marek Fukala 2009-10-12 13:26:37 UTC
already fixed by moving the slow getAllFonts() method out from the AWT.