comparison src/share/vm/gc_implementation/g1/concurrentMarkThread.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 bd02caa94611
children 23b1b27ac76c
comparison
equal deleted inserted replaced
1018:8afee153274a 1019:035d2e036a9b
55 55
56 static void makeSurrogateLockerThread(TRAPS); 56 static void makeSurrogateLockerThread(TRAPS);
57 static SurrogateLockerThread* slt() { return _slt; } 57 static SurrogateLockerThread* slt() { return _slt; }
58 58
59 // Printing 59 // Printing
60 void print(); 60 void print_on(outputStream* st) const;
61 void print() const;
61 62
62 // Total virtual time so far. 63 // Total virtual time so far.
63 double vtime_accum(); 64 double vtime_accum();
64 // Marking virtual time so far 65 // Marking virtual time so far
65 double vtime_mark_accum(); 66 double vtime_mark_accum();