src/share/vm/memory/genCollectedHeap.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/memory/genCollectedHeap.hpp	Fri Oct 17 16:16:03 2014
--- new/src/share/vm/memory/genCollectedHeap.hpp	Fri Oct 17 16:16:03 2014

*** 158,169 **** --- 158,168 ---- // Save the "used_region" for both generations. void save_used_regions(); size_t max_capacity() const; ! HeapWord* mem_allocate(size_t size, bool* gc_overhead_limit_was_exceeded); bool* gc_overhead_limit_was_exceeded); // We may support a shared contiguous allocation area, if the youngest // generation does. bool supports_inline_contig_alloc() const; HeapWord** top_addr() const;

src/share/vm/memory/genCollectedHeap.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File