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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DpromotionInfo.hpp113 class SpoolBlock: public FreeChunk { class in inherits:FreeChunk
116 SpoolBlock* nextSpoolBlock;
143 SpoolBlock* _spoolHead; // first spooling block
144 SpoolBlock* _spoolTail; // last non-full spooling block or null
145 SpoolBlock* _splice_point; // when _spoolTail is null, holds list tail
146 SpoolBlock* _spareSpool; // free spool buffer
182 SpoolBlock* getSpoolBlock(); // return a free spooling block

Completed in 36 milliseconds