< prev index next >

src/share/vm/gc/g1/g1StringDedupTable.hpp

Print this page

        

*** 227,238 **** // Transfers rehashed entries from the currently active table into // the new table. Installs the new table as the currently active table // and deletes the previously active table. static void finish_rehash(G1StringDedupTable* rehashed_table); ! // If the table entry cache has grown too large, trim it down according to policy ! static void trim_entry_cache(); static void unlink_or_oops_do(G1StringDedupUnlinkOrOopsDoClosure* cl, uint worker_id); static void print_statistics(); static void verify(); --- 227,238 ---- // Transfers rehashed entries from the currently active table into // the new table. Installs the new table as the currently active table // and deletes the previously active table. static void finish_rehash(G1StringDedupTable* rehashed_table); ! // If the table entry cache has grown too large, delete overflowed entries. ! static void clean_entry_cache(); static void unlink_or_oops_do(G1StringDedupUnlinkOrOopsDoClosure* cl, uint worker_id); static void print_statistics(); static void verify();
< prev index next >