< prev index next >

src/share/vm/gc/g1/g1CollectedHeap.inline.hpp

Print this page
rev 8789 : [mq]: 8073052-Rename-and-clean-up-the-allocation-manager-hierarchy-in-g1Allocator
rev 8790 : imported patch 8003237-no-wait-for-free-list
rev 8791 : imported patch jon-fast-evac-failure

*** 54,67 **** // never be in a humongous region // * Allowing humongous PLABs needlessly churns the region free lists return MIN2(_humongous_object_threshold_in_words, gclab_word_size); } - inline bool G1CollectedHeap::has_more_free_regions() const { - return !_secondary_free_list.is_empty() || (num_free_regions() > 0) || (_hrm.available() > 0); - } - // Inline functions for G1CollectedHeap inline AllocationContextStats& G1CollectedHeap::allocation_context_stats() { return _allocation_context_stats; } --- 54,63 ----
< prev index next >