src/share/vm/gc_implementation/g1/g1StringDedupThread.cpp

changeset 8452
04a62a3d51d7
parent 6906
581e70386ec9
child 8604
04d83ba48607
equal deleted inserted replaced
8451:649f01d13b2d 8452:04a62a3d51d7
98 sts.yield(); 98 sts.yield();
99 stat.mark_unblock(); 99 stat.mark_unblock();
100 } 100 }
101 } 101 }
102 102
103 G1StringDedupTable::trim_entry_cache();
104
105 stat.mark_done(); 103 stat.mark_done();
106 104
107 // Print statistics 105 // Print statistics
108 total_stat.add(stat); 106 total_stat.add(stat);
109 print(gclog_or_tty, stat, total_stat); 107 print(gclog_or_tty, stat, total_stat);
110 } 108 }
109
110 G1StringDedupTable::clean_entry_cache();
111 } 111 }
112 112
113 terminate(); 113 terminate();
114 } 114 }
115 115

mercurial