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

Summary: Do not load unnecessary classes on startup
Product: platform Reporter: Jaroslav Tulach <jtulach>
Component: Module SystemAssignee: _ ttran <ttran>
Status: RESOLVED WONTFIX    
Severity: blocker Keywords: PERFORMANCE
Priority: P2    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: TASK Exception Reporter:
Bug Depends on: 21951, 21952, 21953, 21954, 21955, 21975, 21976, 21978, 21979, 21980, 22422, 23560, 26006    
Bug Blocks: 21675    
Attachments: The diff to core that makes initialization of different things conditional

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