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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegion.hpp427 size_t max_live_bytes() { return used() - garbage_bytes(); } function in class:HeapRegion
H A DconcurrentMark.cpp1726 _max_live_bytes += hr->max_live_bytes();
1742 size_t max_live_bytes() { return _max_live_bytes; } function in class:G1NoteEndOfConcMarkClosure
1790 _max_live_bytes += g1_note_end.max_live_bytes();
1816 size_t max_live_bytes() { return _max_live_bytes; } function in class:G1ParNoteEndTask

Completed in 50 milliseconds