< prev index next >

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

Print this page
rev 8362 : [mq]: hotspot

*** 20,33 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_IMPLEMENTATION_G1_G1BLOCKOFFSETTABLE_HPP ! #define SHARE_VM_GC_IMPLEMENTATION_G1_G1BLOCKOFFSETTABLE_HPP ! #include "gc_implementation/g1/g1RegionToSpaceMapper.hpp" #include "memory/memRegion.hpp" #include "memory/virtualspace.hpp" #include "utilities/globalDefinitions.hpp" // The CollectedHeap type requires subtypes to implement a method --- 20,33 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_G1_G1BLOCKOFFSETTABLE_HPP ! #define SHARE_VM_GC_G1_G1BLOCKOFFSETTABLE_HPP ! #include "gc/g1/g1RegionToSpaceMapper.hpp" #include "memory/memRegion.hpp" #include "memory/virtualspace.hpp" #include "utilities/globalDefinitions.hpp" // The CollectedHeap type requires subtypes to implement a method
*** 375,380 **** void set_for_starts_humongous(HeapWord* new_top); virtual void print_on(outputStream* out) PRODUCT_RETURN; }; ! #endif // SHARE_VM_GC_IMPLEMENTATION_G1_G1BLOCKOFFSETTABLE_HPP --- 375,380 ---- void set_for_starts_humongous(HeapWord* new_top); virtual void print_on(outputStream* out) PRODUCT_RETURN; }; ! #endif // SHARE_VM_GC_G1_G1BLOCKOFFSETTABLE_HPP
< prev index next >