--- old/src/share/vm/gc/g1/g1Allocator.cpp 2015-08-24 12:34:14.435948083 +0200 +++ new/src/share/vm/gc/g1/g1Allocator.cpp 2015-08-24 12:34:14.355945693 +0200 @@ -271,7 +271,6 @@ &actual_plab_size, context); if (buf != NULL) { - // Otherwise. alloc_buf->set_buf(buf, actual_plab_size); HeapWord* const obj = alloc_buf->allocate(word_sz);