< prev index next >

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

Print this page

        

@@ -92,10 +92,10 @@
   // all queues are empty.
   static oop pop();
 
   static void unlink_or_oops_do(G1StringDedupUnlinkOrOopsDoClosure* cl);
 
-  static void print_statistics(outputStream* st);
+  static void print_statistics();
   static void verify();
 };
 
 #endif // SHARE_VM_GC_G1_G1STRINGDEDUPQUEUE_HPP
< prev index next >