< prev index next >

src/hotspot/share/classfile/compactHashtable.hpp

Print this page

@@ -220,12 +220,12 @@
     _entry_count = entry_count;
     _buckets = buckets;
     _entries = entries;
   }
 
-  // For reading from/writing to the CDS archive
-  void serialize(SerializeClosure* soc) NOT_CDS_RETURN;
+  // Read/Write the table's header from/to the CDS archive
+  void serialize_header(SerializeClosure* soc) NOT_CDS_RETURN;
 
   inline bool empty() {
     return (_entry_count == 0);
   }
 };
< prev index next >