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

@ -61,7 +61,7 @@ ConcurrentG1RefineThread(ConcurrentG1Refine* cg1r, ConcurrentG1RefineThread *nex
create_and_start();
// set name
set_name("G1 Concurrent Refinement Thread#%d", worker_id);
set_name("G1 Refine#%d", worker_id);
}
void ConcurrentG1RefineThread::initialize() {