< prev index next >

src/share/vm/gc/g1/g1Allocator.cpp

Print this page
rev 8867 : imported patch 8067336-allow-that-plab-allocations-at-end-of-regions-are-flexible
rev 8869 : imported patch tom-review
rev 8870 : [mq]: tom-remove-obsolete-comment

*** 269,279 **** required_in_plab, plab_word_size, &actual_plab_size, context); if (buf != NULL) { - // Otherwise. alloc_buf->set_buf(buf, actual_plab_size); HeapWord* const obj = alloc_buf->allocate(word_sz); assert(obj != NULL, err_msg("PLAB should have been big enough, tried to allocate " SIZE_FORMAT " requiring " SIZE_FORMAT " PLAB size " SIZE_FORMAT, --- 269,278 ----
< prev index next >