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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DpromotionInfo.cpp311 for (SpoolBlock* curSpool = _spoolHead;
312 curSpool != _spoolTail && curSpool != NULL;
313 curSpool = curSpool->nextSpoolBlock) {
316 guarantee((void*)curSpool->displacedHdr == (void*)&curSpool->displacedHdr,
318 numDisplacedHdrs += curSpool->bufferSize - 1;
334 SpoolBlock* curSpool = NULL; local
338 for (curSpool
[all...]

Completed in 32 milliseconds