8155992: Change name of StealRegionCompactionTask to something that emphasizes the compaction task

Reviewed-by: kbarrett, ehelin, drwhite
This commit is contained in:
Jon Masamitsu 2016-05-06 14:35:59 -07:00
parent baff09847c
commit fbe14c5250
4 changed files with 9 additions and 9 deletions

View file

@ -2371,7 +2371,7 @@ void PSParallelCompact::enqueue_region_stealing_tasks(
// Once a thread has drained it's stack, it should try to steal regions from
// other threads.
for (uint j = 0; j < parallel_gc_threads; j++) {
q->enqueue(new StealRegionCompactionTask(terminator_ptr));
q->enqueue(new CompactionWithStealingTask(terminator_ptr));
}
}