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

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

Completed in 38 milliseconds