hotspot/src/share/vm/gc/g1/g1GCPhaseTimes.hpp
changeset 35061 be6025ebffea
parent 34612 ed475e8089ef
child 35163 448e610805bb
equal deleted inserted replaced
35060:382d0689141c 35061:be6025ebffea
   117 
   117 
   118   double _cur_verify_before_time_ms;
   118   double _cur_verify_before_time_ms;
   119   double _cur_verify_after_time_ms;
   119   double _cur_verify_after_time_ms;
   120 
   120 
   121   // Helper methods for detailed logging
   121   // Helper methods for detailed logging
   122   void print_stats(int level, const char* str, double value);
   122   void print_stats(const char*, const char* str, double value);
   123   void print_stats(int level, const char* str, size_t value);
       
   124   void print_stats(int level, const char* str, double value, uint workers);
       
   125 
   123 
   126   void note_gc_end();
   124   void note_gc_end();
   127 
   125 
   128  public:
   126  public:
   129   G1GCPhaseTimes(uint max_gc_threads);
   127   G1GCPhaseTimes(uint max_gc_threads);