mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8251837: Rename get_safepoint_workers to safepoint_workers
Reviewed-by: tschatzl
This commit is contained in:
parent
34949494e4
commit
51c8ac362e
10 changed files with 10 additions and 10 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue