< prev index next >

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

Print this page

        

*** 222,231 **** // 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(outputStream* st); static void verify(); }; #endif // SHARE_VM_GC_G1_G1STRINGDEDUPTABLE_HPP --- 222,231 ---- // 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(); }; #endif // SHARE_VM_GC_G1_G1STRINGDEDUPTABLE_HPP
< prev index next >