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

*** 90,100 **** --- 90,100 ---- assert(pointer_delta(_top, obj) == word_sz, "Bad undo"); _top = obj; } // The total (word) size of the buffer, including both allocated and ! // unallocted space. ! // unallocated space. size_t word_sz() { return _word_sz; } // Should only be done if we are about to reset with a new buffer of the // given size. void set_word_size(size_t new_word_sz) {

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