mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8213346: Re-implement shared dictionary using CompactHashtable
Reviewed-by: jiangli
This commit is contained in:
parent
14b8e187e2
commit
147fc3ed13
31 changed files with 832 additions and 1049 deletions
|
@ -163,6 +163,7 @@ void CompactHashtableWriter::dump(SimpleCompactHashtable *cht, const char* table
|
|||
msg.info("Average bucket size : %9.3f", summary.avg());
|
||||
msg.info("Variance of bucket size : %9.3f", summary.variance());
|
||||
msg.info("Std. dev. of bucket size: %9.3f", summary.sd());
|
||||
msg.info("Maximum bucket size : %9d", (int)summary.maximum());
|
||||
msg.info("Empty buckets : %9d", _num_empty_buckets);
|
||||
msg.info("Value_Only buckets : %9d", _num_value_only_buckets);
|
||||
msg.info("Other buckets : %9d", _num_other_buckets);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue