< prev index next >

src/share/vm/utilities/hashtable.cpp

Print this page

        

*** 98,109 **** return true; } return false; } - template <class T, MEMFLAGS F> juint RehashableHashtable<T, F>::_seed = 0; - // Create a new table and using alternate hash code, populate the new table // with the existing elements. This can be used to change the hash code // and could in the future change the size of the table. template <class T, MEMFLAGS F> void RehashableHashtable<T, F>::move_to(RehashableHashtable<T, F>* new_table) { --- 98,107 ----
< prev index next >