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 23340 - [Perf] AllOptionsFolder#processInitializes takes first time abou 1.6 sec, runs in AWT thread
Summary: [Perf] AllOptionsFolder#processInitializes takes first time abou 1.6 sec, run...
Status: RESOLVED WONTFIX
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords: PERFORMANCE
Depends on:
Blocks: 27710
  Show dependency tree
 
Reported: 2002-05-10 15:24 UTC by Peter Zavadsky
Modified: 2008-10-24 08:53 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Zavadsky 2002-05-10 15:24:56 UTC
The first time the method is called it takes 1.6 s
in AWT thread, reading the resources from disk
shoul be avoided from AWT and manage from another
thread, in that case, it could save more time
initializing first editor kit, options, doc, etc.
I don't know what else, thus showing better
performance -> (see 21618).
Comment 1 Martin Roskanin 2002-06-18 08:46:41 UTC
It looks more like TASK for me than bug.
Comment 2 Marek Grummich 2002-07-22 12:11:51 UTC
Set target milestone to TBD
Comment 3 Marek Grummich 2002-07-22 12:16:14 UTC
Set target milestone to TBD
Comment 4 Tomas Pavek 2002-11-12 11:46:04 UTC
The impact of this could be reduced in issue 28595.
Comment 5 Miloslav Metelka 2003-06-11 15:21:42 UTC
We will pre-get some option in java warmup task.
Comment 6 Jaroslav Tulach 2008-10-24 08:53:38 UTC
The class is gone with 6.5 settings rewrite.