mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
6885993: Named Thread: introduce print() and print_on(outputStream* st) methods
Eliminating duplicated code by introducing print_on(outputStream* st) methods in NamedThread Reviewed-by: twisti, coleenp, dholmes
This commit is contained in:
parent
a792009a9f
commit
16a3e2f16d
14 changed files with 14 additions and 62 deletions
|
@ -94,8 +94,6 @@ class ConcurrentMarkSweepThread: public ConcurrentGCThread {
|
|||
static void threads_do(ThreadClosure* tc);
|
||||
|
||||
// Printing
|
||||
void print_on(outputStream* st) const;
|
||||
void print() const { print_on(tty); }
|
||||
static void print_all_on(outputStream* st);
|
||||
static void print_all() { print_all_on(tty); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue