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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.cpp1209 const double inc_k = 1.1, dec_k = 0.9; local
1213 g = (int)(g * dec_k); // Can become 0, that's OK. That would mean a mutator-only processing.

Completed in 35 milliseconds