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 189121 - Calling Font.deriveFont in progress.ListComponent took 20s
Summary: Calling Font.deriveFont in progress.ListComponent took 20s
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Progress (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2010-08-02 08:55 UTC by Exceptions Reporter
Modified: 2011-08-11 09:06 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 170697


Attachments
nps snapshot (10.83 KB, application/nps)
2010-08-02 08:55 UTC, Exceptions Reporter
Details
nps snapshot (19.12 KB, application/nps)
2011-01-06 16:16 UTC, geissler
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2010-08-02 08:55:48 UTC
Build: NetBeans IDE 6.9 (Build 201006111053)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows 7
Maximum slowness yet reported was 20688 ms, average is 10425
Comment 1 Exceptions Reporter 2010-08-02 08:55:53 UTC
Created attachment 101143 [details]
nps snapshot
Comment 2 geissler 2011-01-06 16:16:45 UTC
Created attachment 104766 [details]
nps snapshot
Comment 3 Jiri Rechtacek 2011-07-26 09:30:14 UTC
More than 25 reports, also from NB7.0.
Comment 4 Jan Peska 2011-08-11 09:06:13 UTC
Unfortunately AWT-queue is waiting for resources load from disk. This load is performed by method sun.nio.ch.FileDispatcher.read0[native]() which is part of JDK so we are not able to fix this problem.