hotspot/src/share/vm/gc_implementation/g1/heapRegionSeq.cpp
void HeapRegionSeq::iterate(HeapRegionClosure* blk) {
{- -------------------------------------------
(1) HeapRegionSeq::iterate_from(HeapRegion* r, HeapRegionClosure* blk) を呼び出すだけ.
---------------------------------------- -}
iterate_from((HeapRegion*)NULL, blk);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.