< prev index next >

src/hotspot/share/gc/epsilon/epsilonHeap.hpp

Print this page

        

*** 86,100 **** virtual bool is_in(const void* p) const { return _space->is_in(p); } - virtual bool is_scavengable(oop obj) { - // No GC is going to happen, therefore no objects ever move. - return false; - } - virtual bool is_maximal_no_gc() const { // No GC is going to happen. Return "we are at max", when we are about to fail. return used() == capacity(); } --- 86,95 ----
< prev index next >