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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DadaptiveSizePolicy.hpp198 // The 1.4.2 implementation put a floor on the values of major_gc_cost
199 // and minor_gc_cost. This was useful because of the way major_gc_cost
205 double major_gc_cost() const { function in class:AdaptiveSizePolicy
212 // The 1.4.2 implementation put a floor on the values of major_gc_cost
213 // and minor_gc_cost. This was useful because of the way major_gc_cost
232 double result = MIN2(1.0, minor_gc_cost() + major_gc_cost());

Completed in 1116 milliseconds