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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DgcTaskManager.cpp501 int more_inactive_workers = 0; local
505 // the GCTaskManager's monitor so that the "more_inactive_workers"
517 more_inactive_workers =
519 if (more_inactive_workers < 0) {
520 int reduced_active_workers = active_workers() + more_inactive_workers;
522 more_inactive_workers = 0;
531 more_inactive_workers);
535 for(uint i = 0; i < (uint) more_inactive_workers; i++) {

Completed in 32 milliseconds