< prev index next >

src/share/vm/gc/parallel/parallelScavengeHeap.hpp

Print this page
rev 12854 : [mq]: gcinterface.patch

*** 115,129 **** // The alignment used for the various areas size_t space_alignment() { return _collector_policy->space_alignment(); } size_t generation_alignment() { return _collector_policy->gen_alignment(); } - // Return the (conservative) maximum heap alignment - static size_t conservative_max_heap_alignment() { - return CollectorPolicy::compute_heap_alignment(); - } - size_t capacity() const; size_t used() const; // Return "true" if all generations have reached the // maximal committed limit that they can reach, without a garbage --- 115,124 ----
< prev index next >