mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 12:34:32 +02:00
6885041: G1: inconsistent thread dump
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
This commit is contained in:
parent
e379759e1b
commit
99a529bb86
11 changed files with 55 additions and 33 deletions
|
@ -61,7 +61,8 @@ class ConcurrentZFThread: public ConcurrentGCThread {
|
|||
virtual void run();
|
||||
|
||||
// Printing
|
||||
void print();
|
||||
void print_on(outputStream* st) const;
|
||||
void print() const;
|
||||
|
||||
// Waits until "r" has been zero-filled. Requires caller to hold the
|
||||
// ZF_mon.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue