mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8155992: Change name of StealRegionCompactionTask to something that emphasizes the compaction task
Reviewed-by: kbarrett, ehelin, drwhite
This commit is contained in:
parent
baff09847c
commit
fbe14c5250
4 changed files with 9 additions and 9 deletions
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue