< prev index next >

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

Print this page
rev 8362 : 8079792: GC directory structure cleanup
Reviewed-by:

*** 20,33 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_IMPLEMENTATION_G1_G1REGIONTOSPACEMAPPER_HPP ! #define SHARE_VM_GC_IMPLEMENTATION_G1_G1REGIONTOSPACEMAPPER_HPP ! #include "gc_implementation/g1/g1PageBasedVirtualSpace.hpp" #include "memory/allocation.hpp" #include "utilities/debug.hpp" class G1MappingChangedListener VALUE_OBJ_CLASS_SPEC { public: --- 20,33 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_G1_G1REGIONTOSPACEMAPPER_HPP ! #define SHARE_VM_GC_G1_G1REGIONTOSPACEMAPPER_HPP ! #include "gc/g1/g1PageBasedVirtualSpace.hpp" #include "memory/allocation.hpp" #include "utilities/debug.hpp" class G1MappingChangedListener VALUE_OBJ_CLASS_SPEC { public:
*** 87,92 **** size_t region_granularity, size_t byte_translation_factor, MemoryType type); }; ! #endif /* SHARE_VM_GC_IMPLEMENTATION_G1_G1REGIONTOSPACEMAPPER_HPP */ --- 87,92 ---- size_t region_granularity, size_t byte_translation_factor, MemoryType type); }; ! #endif /* SHARE_VM_GC_G1_G1REGIONTOSPACEMAPPER_HPP */
< prev index next >