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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DpromotionInfo.hpp144 SpoolBlock* _spoolTail; // last non-full spooling block or null member in class:VALUE_OBJ_CLASS_SPEC
145 SpoolBlock* _splice_point; // when _spoolTail is null, holds list tail
150 // spooling block (_spoolTail)
159 _spoolHead(NULL), _spoolTail(NULL),
184 return _spoolTail != NULL && _spoolTail->bufferSize > _nextIndex;
202 _spoolTail = NULL;

Completed in 36 milliseconds