< prev index next >
src/hotspot/share/gc/g1/g1Arguments.cpp
Print this page
*** 31,41 ****
#include "gc/g1/heapRegionRemSet.hpp"
#include "gc/shared/cardTableRS.hpp"
#include "gc/shared/gcArguments.hpp"
#include "gc/shared/workerPolicy.hpp"
#include "runtime/globals.hpp"
- #include "runtime/globals_extension.hpp"
static const double MaxRamFractionForYoung = 0.8;
size_t G1Arguments::MaxMemoryForYoung;
static size_t calculate_heap_alignment(size_t space_alignment) {
--- 31,40 ----
< prev index next >