--- old/src/share/vm/classfile/dictionary.hpp 2015-10-29 21:53:03.665520146 -0700 +++ new/src/share/vm/classfile/dictionary.hpp 2015-10-29 21:53:03.553515917 -0700 @@ -53,6 +53,7 @@ DictionaryEntry* get_entry(int index, unsigned int hash, Symbol* name, ClassLoaderData* loader_data); +protected: DictionaryEntry* bucket(int i) { return (DictionaryEntry*)Hashtable::bucket(i); } @@ -66,6 +67,7 @@ Hashtable::add_entry(index, (HashtableEntry*)new_entry); } + static size_t entry_size(); public: Dictionary(int table_size); Dictionary(int table_size, HashtableBucket* t, int number_of_entries);