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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsCompactionManager.cpp54 int ParCompactionManager::_recycled_bottom = -1; member in class:ParCompactionManager
126 assert(_recycled_bottom <= _recycled_top, "list is empty");
128 if (_recycled_bottom < _recycled_top) {
131 cur = _recycled_bottom;
133 last = Atomic::cmpxchg(next, &_recycled_bottom, cur);
145 assert(_recycled_bottom <= _recycled_top, "list top and bottom are wrong");
H A DpsCompactionManager.hpp111 static int _recycled_bottom; member in class:ParCompactionManager
157 _recycled_bottom = _recycled_top = -1;

Completed in 42 milliseconds