8157240: GC task trace logging is incomprehensible

Reviewed-by: tschatzl, redestad
This commit is contained in:
Jon Masamitsu 2016-05-19 13:59:50 -07:00
parent ea82c69b6e
commit 8821cffac1
8 changed files with 99 additions and 12 deletions

View file

@ -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() {