src/share/vm/gc_implementation/g1/heapRegionSeq.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/gc_implementation/g1/heapRegionSeq.hpp	Wed Jan 15 01:41:01 2014
--- new/src/share/vm/gc_implementation/g1/heapRegionSeq.hpp	Wed Jan 15 01:41:01 2014

*** 95,105 **** --- 95,105 ---- HeapWord* heap_bottom() const { return _regions.bottom_address_mapped(); } HeapWord* heap_end() const {return _regions.end_address_mapped(); } public: ! // Empty contructor, we'll initialize it with the initialize() method. ! // Empty constructor, we'll initialize it with the initialize() method. HeapRegionSeq() : _regions(), _committed_length(0), _next_search_index(0), _allocated_length(0) { } void initialize(HeapWord* bottom, HeapWord* end); // Return the HeapRegion at the given index. Assume that the index

src/share/vm/gc_implementation/g1/heapRegionSeq.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File