equal
deleted
inserted
replaced
41 static G1StringDedupThread* _thread; |
41 static G1StringDedupThread* _thread; |
42 |
42 |
43 G1StringDedupThread(); |
43 G1StringDedupThread(); |
44 ~G1StringDedupThread(); |
44 ~G1StringDedupThread(); |
45 |
45 |
46 void print(const G1StringDedupStat& last_stat, const G1StringDedupStat& total_stat); |
46 void print_start(const G1StringDedupStat& last_stat); |
|
47 void print_end(const G1StringDedupStat& last_stat, const G1StringDedupStat& total_stat); |
47 |
48 |
48 void run_service(); |
49 void run_service(); |
49 void stop_service(); |
50 void stop_service(); |
50 |
51 |
51 public: |
52 public: |