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

/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.hpp338 static int calculate_systemdictionary_size(int loadedclasses);
H A DsystemDictionary.cpp1654 int SystemDictionary::calculate_systemdictionary_size(int classcount) { function in class:SystemDictionary
1791 _dictionary = new Dictionary(calculate_systemdictionary_size(PredictedLoadedClassCount));

Completed in 41 milliseconds