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 21676 - Do not load unnecessary classes on startup
Summary: Do not load unnecessary classes on startup
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: _ ttran
URL:
Keywords: PERFORMANCE
Depends on: 21951 21952 21953 21954 21955 21975 21976 21978 21979 21980 22422 23560 26006
Blocks: 21675
  Show dependency tree
 
Reported: 2002-03-18 17:43 UTC by Jaroslav Tulach
Modified: 2008-12-22 19:54 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
The diff to core that makes initialization of different things conditional (5.43 KB, patch)
2002-03-18 17:49 UTC, Jaroslav Tulach
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2002-03-18 17:43:12 UTC
Measure the amount of module classes loaded on startup and find out ways how the
amount can be made smaller.
Comment 1 Jaroslav Tulach 2002-03-18 17:44:28 UTC
A subtask of issue 21675, because it is believed that a number of
classes influences the amount of resources needed after initialization.
Comment 2 Jaroslav Tulach 2002-03-18 17:49:53 UTC
Created attachment 5081 [details]
The diff to core that makes initialization of different things conditional
Comment 3 Jaroslav Tulach 2002-03-18 17:52:55 UTC
The possible options are:

-J-Dskip.moduleinstall=true 
-J-Dskip.menu=true 
-J-Dskip.toolbars=true 
-J-Dskip.loaders=true 
-J-Dskip.shortcuts=true
-J-Dnetbeans.full.hack=full # does not show dialogs on startup
-J-Dskip.tools=true # does not register ToolsActions

Comment 4 Marek Grummich 2002-07-22 11:29:05 UTC
Set target milestone to TBD
Comment 5 Marek Grummich 2002-07-22 11:30:59 UTC
Set target milestone to TBD
Comment 6 Jaroslav Tulach 2002-09-09 17:02:17 UTC
Seems more or less work for the performance team.
Comment 7 _ rkubacki 2006-07-04 12:30:21 UTC
Let's file less general bugs in the future. BTW: there is infrastructure to
track this count