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

/openjdk7/hotspot/src/share/vm/memory/
H A Dgeneration.cpp323 class GenerationObjIterateClosure : public SpaceClosure { class in inherits:SpaceClosure
330 GenerationObjIterateClosure(ObjectClosure* cl) : _cl(cl) {} function in class:GenerationObjIterateClosure
334 GenerationObjIterateClosure blk(cl);

Completed in 1565 milliseconds