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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.hpp719 // occupancy used for bootstrapping stats
1110 // Fraction of current occupancy at which to start a CMS collection which
1177 double occupancy() const { return ((double)used())/((double)capacity()); } function in class:ConcurrentMarkSweepGeneration

Completed in 41 milliseconds