--- old/src/hotspot/share/classfile/compactHashtable.hpp 2018-10-02 09:20:21.413762846 -0700 +++ new/src/hotspot/share/classfile/compactHashtable.hpp 2018-10-02 09:20:21.025747978 -0700 @@ -222,8 +222,8 @@ _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);