< prev index next >

src/hotspot/share/utilities/hashtable.hpp

Print this page

        

*** 29,38 **** --- 29,41 ---- #include "memory/allocation.hpp" #include "oops/oop.hpp" #include "oops/symbol.hpp" #include "runtime/handles.hpp" + // Version for StringTable and SymbolTable + #define HASHTABLE_VERSION "VERSION: 1.1" + // This is a generic hashtable, designed to be used for the symbol // and string tables. // // It is implemented as an open hash table with a fixed number of buckets. //
< prev index next >