mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8210388: Use hash table to store archived subgraph_info records
Reviewed-by: jiangli
This commit is contained in:
parent
859d376494
commit
2f82ed4f1d
9 changed files with 220 additions and 246 deletions
|
@ -174,7 +174,7 @@ void CompactHashtableWriter::dump(SimpleCompactHashtable *cht, const char* table
|
|||
// The CompactHashtable implementation
|
||||
//
|
||||
|
||||
void SimpleCompactHashtable::serialize(SerializeClosure* soc) {
|
||||
void SimpleCompactHashtable::serialize_header(SerializeClosure* soc) {
|
||||
soc->do_ptr((void**)&_base_address);
|
||||
soc->do_u4(&_entry_count);
|
||||
soc->do_u4(&_bucket_count);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue