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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsParallelCompact.cpp2530 const uint task_count = MAX2(parallel_gc_threads, 1U); local
2531 for (uint j = 0; j < task_count; j++) {
2552 // "which" must be 0 <= which < task_count
2579 if (++which == task_count) {

Completed in 53 milliseconds