comparison src/share/vm/gc_implementation/g1/g1GCPhaseTimes.hpp @ 17844:8847586c9037

8016302: Change type of the number of GC workers to unsigned int (2) Reviewed-by: tschatzl, jwilhelm
author vkempik
date Thu, 03 Apr 2014 17:49:31 +0400
parents 595c0f60d50d
children 570cb6369f17
comparison
equal deleted inserted replaced
17843:81d7a4b28dc5 17844:8847586c9037
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();