8181450: assert in BasicHashtable::verify_table

Remove assert as it has small probability of happening and added logging

Reviewed-by: kbarrett, sspitsyn
This commit is contained in:
Coleen Phillimore 2017-06-16 09:13:56 -04:00
parent ea15e1ac26
commit af0b8d46d2
3 changed files with 28 additions and 34 deletions

View file

@ -170,10 +170,6 @@ private:
protected:
#ifdef ASSERT
void verify_lookup_length(int max_bucket_count, const char *table_name);
#endif
void initialize(int table_size, int entry_size, int number_of_entries);
// Accessor