JDK-4526717 : Tiger startup time investigation and analysis
  • Type: Bug
  • Component: other-libs
  • Sub-Component: other
  • Affected Version: 5.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2001-11-13
  • Updated: 2002-07-22
  • Resolved: 2002-07-22
Related Reports
Duplicate :  
Description
This bug is a placeholder for planning work for the Tiger release.

Investigate reasons why Java applications take so much time to start
and strategies for reducing the time.  This applies primarily to 
client applications (GUI), but also to some types of server applications.
This will likely involve various types of profiling and timing analysis.
Strategies my include sharing data between Java processes for faster
initialization, optimization of various components, etc.