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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DadaptiveSizePolicy.hpp199 // and minor_gc_cost. This was useful because of the way major_gc_cost
200 // and minor_gc_cost was used in calculating the sizes of the generations.
213 // and minor_gc_cost. This was useful because of the way major_gc_cost
214 // and minor_gc_cost was used in calculating the sizes of the generations.
220 double minor_gc_cost() const { function in class:AdaptiveSizePolicy
232 double result = MIN2(1.0, minor_gc_cost() + major_gc_cost());

Completed in 32 milliseconds