Searched refs:_humongous_object_threshold_in_words (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.hpp234 static size_t _humongous_object_threshold_in_words; member in class:G1CollectedHeap
1568 return word_size > _humongous_object_threshold_in_words;
H A Dg1CollectedHeap.cpp60 size_t G1CollectedHeap::_humongous_object_threshold_in_words = 0; member in class:G1CollectedHeap
1952 _humongous_object_threshold_in_words = HeapRegion::GrainWords / 2;
3095 size_t max_tlab_size = _humongous_object_threshold_in_words * wordSize;
4243 return MIN2(_humongous_object_threshold_in_words, gclab_word_size);

Completed in 4017 milliseconds