< prev index next >

src/hotspot/share/gc/g1/g1YoungGenSizer.cpp

Print this page
rev 56811 : imported patch 8189737-heapregion-remove-space-inheritance

*** 26,35 **** --- 26,36 ---- #include "gc/g1/g1Arguments.hpp" #include "gc/g1/g1HeterogeneousHeapYoungGenSizer.hpp" #include "gc/g1/g1YoungGenSizer.hpp" #include "gc/g1/heapRegion.hpp" #include "logging/log.hpp" + #include "runtime/globals_extension.hpp" G1YoungGenSizer::G1YoungGenSizer() : _sizer_kind(SizerDefaults), _use_adaptive_sizing(true), _min_desired_young_length(0), _max_desired_young_length(0) { if (FLAG_IS_CMDLINE(NewRatio)) {
< prev index next >