hotspot/src/share/vm/memory/generation.cpp
void OneContigSpaceCardGeneration::space_iterate(SpaceClosure* blk,
                                                 bool usedOnly) {
  {- -------------------------------------------
  (1) 引数で与えられたクロージャーの SpaceClosure::do_space() メソッドを, _the_space に適用するだけ.
      ---------------------------------------- -}
      blk->do_space(_the_space);
    }
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.