Blocks :
|
|
CSR :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
We should revisit the change to dynamically resize hashtables in the JVM. We didn't measure any performance improvements when first implemented with a global SystemDictionary, but with the Dictionary per ClassLoaderData change, this would save footprint and performance if the default size of dictionaries are incorrect. There may not be fixed size for each class loader, and there is not really a nice way to specify predicted loaded class count per class loader.