equal
deleted
inserted
replaced
58 ConcurrentMarkThread(ConcurrentMark* cm); |
58 ConcurrentMarkThread(ConcurrentMark* cm); |
59 |
59 |
60 static void makeSurrogateLockerThread(TRAPS); |
60 static void makeSurrogateLockerThread(TRAPS); |
61 static SurrogateLockerThread* slt() { return _slt; } |
61 static SurrogateLockerThread* slt() { return _slt; } |
62 |
62 |
63 // Printing |
|
64 void print_on(outputStream* st) const; |
|
65 void print() const; |
|
66 |
|
67 // Total virtual time so far. |
63 // Total virtual time so far. |
68 double vtime_accum(); |
64 double vtime_accum(); |
69 // Marking virtual time so far |
65 // Marking virtual time so far |
70 double vtime_mark_accum(); |
66 double vtime_mark_accum(); |
71 |
67 |