< prev index next >

src/hotspot/share/classfile/symbolTable.hpp

Print this page

@@ -241,11 +241,11 @@
   // Sharing
 private:
   static void copy_shared_symbol_table(CompactHashtableWriter* ch_table);
 public:
   static void write_to_archive() NOT_CDS_RETURN;
-  static void serialize(SerializeClosure* soc) NOT_CDS_RETURN;
+  static void serialize_shared_table_header(SerializeClosure* soc) NOT_CDS_RETURN;
   static void metaspace_pointers_do(MetaspaceClosure* it);
 
   // Jcmd
   static void dump(outputStream* st, bool verbose=false);
   // Debugging
< prev index next >