changeset 13342 | 76a5de64aa62 |
parent 13199 | 025b0984feea |
child 13728 | 882756847a04 |
--- a/hotspot/src/share/vm/utilities/hashtable.cpp Mon Jul 30 07:21:15 2012 -0700 +++ b/hotspot/src/share/vm/utilities/hashtable.cpp Tue Jul 31 16:01:56 2012 -0400 @@ -135,7 +135,7 @@ // walking the hashtable past these entries requires // BasicHashtableEntry::make_ptr() call. bool keep_shared = p->is_shared(); - unlink_entry(p); + this->unlink_entry(p); new_table->add_entry(index, p); if (keep_shared) { p->set_shared();