< prev index next >

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

Print this page
rev 8362 : [mq]: hotspot

*** 20,35 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_IMPLEMENTATION_G1_HEAPREGIONMANAGER_HPP ! #define SHARE_VM_GC_IMPLEMENTATION_G1_HEAPREGIONMANAGER_HPP ! #include "gc_implementation/g1/g1BiasedArray.hpp" ! #include "gc_implementation/g1/g1RegionToSpaceMapper.hpp" ! #include "gc_implementation/g1/heapRegionSet.hpp" #include "services/memoryUsage.hpp" class HeapRegion; class HeapRegionClosure; class HeapRegionClaimer; --- 20,35 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_G1_HEAPREGIONMANAGER_HPP ! #define SHARE_VM_GC_G1_HEAPREGIONMANAGER_HPP ! #include "gc/g1/g1BiasedArray.hpp" ! #include "gc/g1/g1RegionToSpaceMapper.hpp" ! #include "gc/g1/heapRegionSet.hpp" #include "services/memoryUsage.hpp" class HeapRegion; class HeapRegionClosure; class HeapRegionClaimer;
*** 263,269 **** bool is_region_claimed(uint region_index) const; // Claim the given region, returns true if successfully claimed. bool claim_region(uint region_index); }; ! #endif // SHARE_VM_GC_IMPLEMENTATION_G1_HEAPREGIONMANAGER_HPP --- 263,269 ---- bool is_region_claimed(uint region_index) const; // Claim the given region, returns true if successfully claimed. bool claim_region(uint region_index); }; ! #endif // SHARE_VM_GC_G1_HEAPREGIONMANAGER_HPP
< prev index next >