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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegion.hpp421 size_t known_live_bytes = live_bytes(); local
422 assert(known_live_bytes <= capacity(), "sanity");
423 return capacity() - known_live_bytes;

Completed in 617 milliseconds