8073545: Use shorter and more descriptive names for GC worker threads

Reviewed-by: ehelin, jwilhelm
This commit is contained in:
David Lindholm 2015-03-05 16:43:26 +01:00
parent 0401cdb946
commit 8fe1e48f0c
9 changed files with 12 additions and 12 deletions

View file

@ -53,7 +53,7 @@ GCTaskThread::GCTaskThread(GCTaskManager* manager,
guarantee(_time_stamps != NULL, "Sanity");
}
set_id(which);
set_name("GC task thread#%d (ParallelGC)", which);
set_name("ParGC Thread#%d", which);
}
GCTaskThread::~GCTaskThread() {