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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.hpp123 class G1YoungGenSizer : public CHeapObj<mtGC> { class in inherits:CHeapObj
140 G1YoungGenSizer();
247 G1YoungGenSizer* _young_gen_sizer;
H A Dg1CollectorPolicy.cpp307 _young_gen_sizer = new G1YoungGenSizer(); // Must be after call to initialize_flags
320 G1YoungGenSizer::G1YoungGenSizer() : _sizer_kind(SizerDefaults), _adaptive_size(true) { function in class:G1YoungGenSizer
355 uint G1YoungGenSizer::calculate_default_min_length(uint new_number_of_heap_regions) {
360 uint G1YoungGenSizer::calculate_default_max_length(uint new_number_of_heap_regions) {
365 void G1YoungGenSizer::heap_size_changed(uint new_number_of_heap_regions) {

Completed in 29 milliseconds