comparison src/share/vm/gc_implementation/g1/concurrentMark.hpp @ 1019:035d2e036a9b

6885041: G1: inconsistent thread dump Summary: When G1 is enabled, thread dumps are inconsistent as the info for some of the G1 threads is not formatted properly. Reviewed-by: ysr, johnc
author tonyp
date Fri, 02 Oct 2009 16:12:07 -0400
parents e1fdf4fd34dc
children 11d4857fe5e1
comparison
equal deleted inserted replaced
1018:8afee153274a 1019:035d2e036a9b
721 // This prints the global/local fingers. It is used for debugging. 721 // This prints the global/local fingers. It is used for debugging.
722 NOT_PRODUCT(void print_finger();) 722 NOT_PRODUCT(void print_finger();)
723 723
724 void print_summary_info(); 724 void print_summary_info();
725 725
726 void print_worker_threads_on(outputStream* st) const;
727
726 // The following indicate whether a given verbose level has been 728 // The following indicate whether a given verbose level has been
727 // set. Notice that anything above stats is conditional to 729 // set. Notice that anything above stats is conditional to
728 // _MARKING_VERBOSE_ having been set to 1 730 // _MARKING_VERBOSE_ having been set to 1
729 bool verbose_stats() 731 bool verbose_stats()
730 { return _verbose_level >= stats_verbose; } 732 { return _verbose_level >= stats_verbose; }