< prev index next >

src/share/vm/gc/g1/g1CardCounts.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_G1CARDCOUNTS_HPP ! #define SHARE_VM_GC_IMPLEMENTATION_G1_G1CARDCOUNTS_HPP ! #include "gc_implementation/g1/g1RegionToSpaceMapper.hpp" #include "memory/allocation.hpp" #include "memory/virtualspace.hpp" #include "utilities/globalDefinitions.hpp" class CardTableModRefBS; --- 20,33 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_G1_G1CARDCOUNTS_HPP ! #define SHARE_VM_GC_G1_G1CARDCOUNTS_HPP ! #include "gc/g1/g1RegionToSpaceMapper.hpp" #include "memory/allocation.hpp" #include "memory/virtualspace.hpp" #include "utilities/globalDefinitions.hpp" class CardTableModRefBS;
*** 127,132 **** // Clear the entire card counts table during GC. void clear_all(); }; ! #endif // SHARE_VM_GC_IMPLEMENTATION_G1_G1CARDCOUNTS_HPP --- 127,132 ---- // Clear the entire card counts table during GC. void clear_all(); }; ! #endif // SHARE_VM_GC_G1_G1CARDCOUNTS_HPP
< prev index next >