mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8073545: Use shorter and more descriptive names for GC worker threads
Reviewed-by: ehelin, jwilhelm
This commit is contained in:
parent
0401cdb946
commit
8fe1e48f0c
9 changed files with 12 additions and 12 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue