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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.hpp168 bool _overflow; member in class:VALUE_OBJ_CLASS_SPEC
190 _overflow = true;
236 bool overflow() { return _overflow; }
237 void clear_overflow() { _overflow = false; }

Completed in 185 milliseconds