Searched refs:classcount (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp1654 int SystemDictionary::calculate_systemdictionary_size(int classcount) { argument
1656 if ((classcount > 0) && !DumpSharedSpaces) {
1657 int desiredsize = classcount/_average_depth_goal;

Completed in 37 milliseconds