Searched refs:max_bucket_count (Results 1 - 1 of 1) sorted by relevance

/openjdk10/hotspot/src/share/vm/utilities/
H A Dhashtable.cpp361 int max_bucket_count = 0; local
370 if (bucket_count > max_bucket_count) {
371 max_bucket_count = bucket_count;
380 max_bucket_count, max_bucket_number, _number_of_entries, _table_size);

Completed in 38 milliseconds