mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
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:
parent
ea15e1ac26
commit
af0b8d46d2
3 changed files with 28 additions and 34 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue