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 170423 - 27s in kit initialization
Summary: 27s in kit initialization
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@editor
URL: http://statistics.netbeans.org/except...
Keywords:
: 166940 169869 171065 171780 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-08-16 11:41 UTC by tiziano
Modified: 2009-10-08 15:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 155952


Attachments
nps snapshot (75.08 KB, bin/nps)
2009-08-16 11:42 UTC, tiziano
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tiziano 2009-08-16 11:41:54 UTC
Build: NetBeans IDE Dev (Build 200908022240)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Linux, 2.6.28-14-generic, i386
Maximum slowness yet reported was 27844 ms, average is 27844
Comment 1 tiziano 2009-08-16 11:42:00 UTC
Created attachment 86279 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2009-08-16 17:54:42 UTC
Most of the time is spend somewhere in FontMetricsCache.getFontMetrics(). Please pre-call this method in other thread 
e.g. from NbEditorKit.call() method.
Comment 3 Vitezslav Stejskal 2009-08-17 15:50:39 UTC
http://hg.netbeans.org/jet-main/rev/ce68e18c844d
Comment 4 Quality Engineering 2009-08-21 06:13:59 UTC
Integrated into 'main-golden', will be available in build *200908210201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/ce68e18c844d
User: Vita Stejskal <vstejskal@netbeans.org>
Log: #170423: initializing fonts in non-AWT thread
Comment 5 Vitezslav Stejskal 2009-08-31 10:29:27 UTC
*** Issue 171065 has been marked as a duplicate of this issue. ***
Comment 6 Vitezslav Stejskal 2009-09-03 12:59:51 UTC
*** Issue 169869 has been marked as a duplicate of this issue. ***
Comment 7 Max Sauer 2009-09-14 10:57:20 UTC
*** Issue 171780 has been marked as a duplicate of this issue. ***
Comment 8 Max Sauer 2009-10-08 15:01:30 UTC
*** Issue 166940 has been marked as a duplicate of this issue. ***