< prev index next >

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

Print this page

*** 23,33 **** */ #include "precompiled.hpp" #include "gc/g1/heapRegionBounds.inline.hpp" #include "gc/g1/jvmFlagConstraintsG1.hpp" ! #include "runtime/globals_extension.hpp" #include "utilities/globalDefinitions.hpp" JVMFlag::Error G1RSetRegionEntriesConstraintFunc(intx value, bool verbose) { if (!UseG1GC) return JVMFlag::SUCCESS; --- 23,33 ---- */ #include "precompiled.hpp" #include "gc/g1/heapRegionBounds.inline.hpp" #include "gc/g1/jvmFlagConstraintsG1.hpp" ! #include "runtime/globals.hpp" #include "utilities/globalDefinitions.hpp" JVMFlag::Error G1RSetRegionEntriesConstraintFunc(intx value, bool verbose) { if (!UseG1GC) return JVMFlag::SUCCESS;
< prev index next >