hotspot/src/share/vm/gc/g1/g1GCPhaseTimes.hpp
changeset 35061 be6025ebffea
parent 34612 ed475e8089ef
child 35163 448e610805bb
--- a/hotspot/src/share/vm/gc/g1/g1GCPhaseTimes.hpp	Thu Dec 10 23:02:31 2015 +0000
+++ b/hotspot/src/share/vm/gc/g1/g1GCPhaseTimes.hpp	Thu Dec 10 14:57:55 2015 +0100
@@ -119,9 +119,7 @@
   double _cur_verify_after_time_ms;
 
   // Helper methods for detailed logging
-  void print_stats(int level, const char* str, double value);
-  void print_stats(int level, const char* str, size_t value);
-  void print_stats(int level, const char* str, double value, uint workers);
+  void print_stats(const char*, const char* str, double value);
 
   void note_gc_end();