mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +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
|
@ -65,7 +65,7 @@ ConcurrentMarkSweepThread::ConcurrentMarkSweepThread(CMSCollector* collector)
|
|||
assert(_collector == NULL, "Collector already set");
|
||||
_collector = collector;
|
||||
|
||||
set_name("Concurrent Mark-Sweep GC Thread");
|
||||
set_name("CMS Main Thread");
|
||||
|
||||
if (os::create_thread(this, os::cgc_thread)) {
|
||||
// An old comment here said: "Priority should be just less
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue