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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DpromotionInfo.cpp103 _spoolHead->nextSpoolBlock = _spareSpool;
104 _spareSpool = _spoolHead;
215 if ((res = _spareSpool) != NULL) {
216 _spareSpool = _spareSpool->nextSpoolBlock;
254 for (SpoolBlock* cur_spool = _spareSpool;
350 for (curSpool = _spareSpool; curSpool != NULL;
H A DpromotionInfo.hpp146 SpoolBlock* _spareSpool; // free spool buffer member in class:VALUE_OBJ_CLASS_SPEC
160 _spareSpool(NULL), _firstIndex(1),
203 _spareSpool = NULL;

Completed in 30 milliseconds