< prev index next >

src/share/vm/classfile/stringTable.hpp

Print this page

*** 160,171 **** static void ignore_shared_strings(bool v) { _ignore_shared_strings = v; } static bool shared_string_ignored() { return _ignore_shared_strings; } static void shared_oops_do(OopClosure* f); static bool copy_shared_string(GrowableArray<MemRegion> *string_space, CompactStringTableWriter* ch_table); ! static void write_to_archive(GrowableArray<MemRegion> *string_space, ! size_t* space_size); static void serialize(SerializeClosure* soc); // Rehash the symbol table if it gets out of balance static void rehash_table(); static bool needs_rehashing() { return _needs_rehashing; } --- 160,170 ---- static void ignore_shared_strings(bool v) { _ignore_shared_strings = v; } static bool shared_string_ignored() { return _ignore_shared_strings; } static void shared_oops_do(OopClosure* f); static bool copy_shared_string(GrowableArray<MemRegion> *string_space, CompactStringTableWriter* ch_table); ! static void write_to_archive(GrowableArray<MemRegion> *string_space); static void serialize(SerializeClosure* soc); // Rehash the symbol table if it gets out of balance static void rehash_table(); static bool needs_rehashing() { return _needs_rehashing; }
< prev index next >