< prev index next >

src/hotspot/share/gc/g1/g1RegionToSpaceMapper.hpp

Print this page

        

*** 29,39 **** #include "memory/allocation.hpp" #include "utilities/debug.hpp" class WorkGang; ! class G1MappingChangedListener VALUE_OBJ_CLASS_SPEC { public: // Fired after commit of the memory, i.e. the memory this listener is registered // for can be accessed. // Zero_filled indicates that the memory can be considered as filled with zero bytes // when called. --- 29,39 ---- #include "memory/allocation.hpp" #include "utilities/debug.hpp" class WorkGang; ! class G1MappingChangedListener { public: // Fired after commit of the memory, i.e. the memory this listener is registered // for can be accessed. // Zero_filled indicates that the memory can be considered as filled with zero bytes // when called.
< prev index next >