hotspot/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.hpp
changeset 23855 c4574075402c
parent 23472 35e93890ed88
child 24104 febf9363fb68
equal deleted inserted replaced
23853:3e1633ff6996 23855:c4574075402c
   159   double _cur_verify_before_time_ms;
   159   double _cur_verify_before_time_ms;
   160   double _cur_verify_after_time_ms;
   160   double _cur_verify_after_time_ms;
   161 
   161 
   162   // Helper methods for detailed logging
   162   // Helper methods for detailed logging
   163   void print_stats(int level, const char* str, double value);
   163   void print_stats(int level, const char* str, double value);
   164   void print_stats(int level, const char* str, double value, int workers);
   164   void print_stats(int level, const char* str, double value, uint workers);
   165 
   165 
   166  public:
   166  public:
   167   G1GCPhaseTimes(uint max_gc_threads);
   167   G1GCPhaseTimes(uint max_gc_threads);
   168   void note_gc_start(uint active_gc_threads);
   168   void note_gc_start(uint active_gc_threads);
   169   void note_gc_end();
   169   void note_gc_end();