< prev index next >

src/hotspot/share/classfile/compactHashtable.cpp

Print this page

*** 172,182 **** ///////////////////////////////////////////////////////////// // // The CompactHashtable implementation // ! void SimpleCompactHashtable::serialize(SerializeClosure* soc) { soc->do_ptr((void**)&_base_address); soc->do_u4(&_entry_count); soc->do_u4(&_bucket_count); soc->do_ptr((void**)&_buckets); soc->do_ptr((void**)&_entries); --- 172,182 ---- ///////////////////////////////////////////////////////////// // // The CompactHashtable implementation // ! void SimpleCompactHashtable::serialize_header(SerializeClosure* soc) { soc->do_ptr((void**)&_base_address); soc->do_u4(&_entry_count); soc->do_u4(&_bucket_count); soc->do_ptr((void**)&_buckets); soc->do_ptr((void**)&_entries);
< prev index next >