comparison src/share/vm/gc_implementation/g1/concurrentG1Refine.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 6cb8e9df7174
children 44f61c24ddab
comparison
equal deleted inserted replaced
1018:8afee153274a 1019:035d2e036a9b
177 } 177 }
178 178
179 void clear_and_record_card_counts(); 179 void clear_and_record_card_counts();
180 180
181 static size_t thread_num(); 181 static size_t thread_num();
182
183 void print_worker_threads_on(outputStream* st) const;
182 }; 184 };