comparison src/share/vm/gc_implementation/g1/concurrentZFThread.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 c18cbe5936b8
comparison
equal deleted inserted replaced
1018:8afee153274a 1019:035d2e036a9b
59 59
60 // Main loop. 60 // Main loop.
61 virtual void run(); 61 virtual void run();
62 62
63 // Printing 63 // Printing
64 void print(); 64 void print_on(outputStream* st) const;
65 void print() const;
65 66
66 // Waits until "r" has been zero-filled. Requires caller to hold the 67 // Waits until "r" has been zero-filled. Requires caller to hold the
67 // ZF_mon. 68 // ZF_mon.
68 static void wait_for_ZF_completed(HeapRegion* r); 69 static void wait_for_ZF_completed(HeapRegion* r);
69 70