--- old/src/share/vm/classfile/stringTable.hpp 2017-07-27 12:12:24.935744073 -0700 +++ new/src/share/vm/classfile/stringTable.hpp 2017-07-27 12:12:24.839740359 -0700 @@ -162,8 +162,7 @@ static void shared_oops_do(OopClosure* f); static bool copy_shared_string(GrowableArray *string_space, CompactStringTableWriter* ch_table); - static void write_to_archive(GrowableArray *string_space, - size_t* space_size); + static void write_to_archive(GrowableArray *string_space); static void serialize(SerializeClosure* soc); // Rehash the symbol table if it gets out of balance