< prev index next >

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

Print this page

        

*** 117,129 **** double _cur_verify_before_time_ms; 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 note_gc_end(); public: G1GCPhaseTimes(uint max_gc_threads); --- 117,127 ---- double _cur_verify_before_time_ms; double _cur_verify_after_time_ms; // Helper methods for detailed logging ! void print_stats(const char*, const char* str, double value); void note_gc_end(); public: G1GCPhaseTimes(uint max_gc_threads);
< prev index next >