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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.cpp1579 const uint OverpartitionFactor = 4; local
1587 WorkUnit = MAX2(region_num / (no_of_gc_threads * OverpartitionFactor),
1595 MAX2(region_num / (uint) (ParallelGCThreads * OverpartitionFactor),

Completed in 35 milliseconds