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

src/share/vm/gc_implementation/shared/parGCAllocBuffer.hpp

Print this page
rev 5732 : [mq]: comments2

*** 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. 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) { --- 90,100 ---- assert(pointer_delta(_top, obj) == word_sz, "Bad undo"); _top = obj; } // The total (word) size of the buffer, including both allocated and ! // 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