EVALUATION
Name: ca25432 Date: 12/13/2001
This feature has been added for Tiger release
======================================================================
I am concerned about the effect of increased class file size due to the
new verifier tables in customer code; this may affect startup time.
Should it become necessary, it might be possible to significantly reduce the
verifier table sizes by omitting method parameters, whose types can be
inferred from the method signature.
###@###.### 2003-07-30
Class data sharing has been introduced in the 1.5 HotSpot JVM as a step toward
solving this problem. Sharing reduces startup time by eliminating the class load
time for core classes which are shared, and also reduces footprint by allowing
the representation of the loaded classes to be shared among running JVMs.
Detailed performance numbers are in the comments section. Startup time remains a
high priority and work will continue to reduce it in future releases under new
bug IDs.
###@###.### 2004-05-26
|