--- old/src/share/vm/gc/g1/g1StringDedupTable.hpp 2016-06-14 14:11:05.230243893 +0200 +++ new/src/share/vm/gc/g1/g1StringDedupTable.hpp 2016-06-14 14:11:05.140240093 +0200 @@ -229,8 +229,8 @@ // 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(); + // 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);