--- old/src/share/vm/memory/genCollectedHeap.hpp 2014-10-17 16:16:03.000000000 +0200 +++ new/src/share/vm/memory/genCollectedHeap.hpp 2014-10-17 16:16:03.000000000 +0200 @@ -160,8 +160,7 @@ size_t max_capacity() const; - HeapWord* mem_allocate(size_t size, - bool* gc_overhead_limit_was_exceeded); + HeapWord* mem_allocate(size_t size, bool* gc_overhead_limit_was_exceeded); // We may support a shared contiguous allocation area, if the youngest // generation does.