Searched refs:more_inactive_workers (Results 1 - 1 of 1) sorted by relevance

/openjdk10/hotspot/src/share/vm/gc/parallel/
H A DgcTaskManager.cpp520 int more_inactive_workers = 0; local
524 // the GCTaskManager's monitor so that the "more_inactive_workers"
536 more_inactive_workers =
538 if (more_inactive_workers < 0) {
539 int reduced_active_workers = active_workers() + more_inactive_workers;
541 more_inactive_workers = 0;
548 more_inactive_workers);
551 for(uint i = 0; i < (uint) more_inactive_workers; i++) {

Completed in 37 milliseconds