mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8157240: GC task trace logging is incomprehensible
Reviewed-by: tschatzl, redestad
This commit is contained in:
parent
ea82c69b6e
commit
8821cffac1
8 changed files with 99 additions and 12 deletions
|
@ -45,7 +45,7 @@ GCTaskThread::GCTaskThread(GCTaskManager* manager,
|
|||
_time_stamp_index(0)
|
||||
{
|
||||
set_id(which);
|
||||
set_name("ParGC Thread#%d", which);
|
||||
set_name("%s#%d", manager->group_name(), which);
|
||||
}
|
||||
|
||||
GCTaskThread::~GCTaskThread() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue