< prev index next >

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

Print this page

        

@@ -41,11 +41,11 @@
   static G1StringDedupThread* _thread;
 
   G1StringDedupThread();
   ~G1StringDedupThread();
 
-  void print(outputStream* st, const G1StringDedupStat& last_stat, const G1StringDedupStat& total_stat);
+  void print(const G1StringDedupStat& last_stat, const G1StringDedupStat& total_stat);
 
 public:
   static void create();
   static void stop();
 
< prev index next >