src/share/vm/gc_implementation/g1/g1BlockOffsetTable.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/gc_implementation/g1/g1BlockOffsetTable.hpp	Tue Apr 29 16:53:14 2014
--- new/src/share/vm/gc_implementation/g1/g1BlockOffsetTable.hpp	Tue Apr 29 16:53:14 2014

*** 78,88 **** --- 78,88 ---- virtual void resize(size_t new_word_size) = 0; virtual void set_bottom(HeapWord* new_bottom) { assert(new_bottom <= _end, err_msg("new_bottom (" PTR_FORMAT ") > _end (" PTR_FORMAT ")", ! new_bottom, _end)); ! p2i(new_bottom), p2i(_end))); _bottom = new_bottom; resize(pointer_delta(_end, _bottom)); } // Requires "addr" to be contained by a block, and returns the address of

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