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

src/share/vm/memory/genCollectedHeap.hpp

Print this page
rev 7211 : [mq]: remove_ngen
rev 7212 : [mq]: remove_get_gen
rev 7213 : imported patch move_genspecs
rev 7214 : imported patch remove_n_gen
rev 7215 : imported patch remove_levels
rev 7216 : imported patch cleanup

*** 158,169 **** // 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); // We may support a shared contiguous allocation area, if the youngest // generation does. bool supports_inline_contig_alloc() const; HeapWord** top_addr() const; --- 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); // 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