--- old/src/hotspot/share/classfile/dictionary.cpp 2018-11-18 17:32:26.290567552 -0800 +++ new/src/hotspot/share/classfile/dictionary.cpp 2018-11-18 17:32:26.022557360 -0800 @@ -67,7 +67,6 @@ } assert(number_of_entries() == 0, "should have removed all entries"); assert(new_entry_free_list() == NULL, "entry present on Dictionary's free list"); - free_buckets(); } DictionaryEntry* Dictionary::new_entry(unsigned int hash, InstanceKlass* klass) {