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

@ -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