8251837: Rename get_safepoint_workers to safepoint_workers

Reviewed-by: tschatzl
This commit is contained in:
Stefan Karlsson 2020-08-17 11:36:09 +02:00
parent 34949494e4
commit 51c8ac362e
10 changed files with 10 additions and 10 deletions

View file

@ -587,7 +587,7 @@ void SafepointSynchronize::do_cleanup_tasks() {
CollectedHeap* heap = Universe::heap();
assert(heap != NULL, "heap not initialized yet?");
WorkGang* cleanup_workers = heap->get_safepoint_workers();
WorkGang* cleanup_workers = heap->safepoint_workers();
if (cleanup_workers != NULL) {
// Parallel cleanup using GC provided thread pool.
uint num_cleanup_workers = cleanup_workers->active_workers();