src/share/vm/runtime/commandLineFlagConstraintsGC.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/commandLineFlagConstraintsGC.hpp	Tue Jun 16 15:48:02 2015
--- new/src/share/vm/runtime/commandLineFlagConstraintsGC.hpp	Tue Jun 16 15:48:02 2015

*** 27,37 **** --- 27,37 ---- #include "runtime/globals.hpp" #include "utilities/globalDefinitions.hpp" /* ! * Here we have runtime arguments constraints functions, which are called automatically ! * Here we have GC arguments constraints functions, which are called automatically * whenever flag's value changes. If the constraint fails the function should return * an appropriate error value. */ Flag::Error MinHeapFreeRatioConstraintFunc(bool verbose, uintx* value);
*** 47,57 **** --- 47,56 ---- Flag::Error G1NewSizePercentConstraintFunc(bool verbose, uintx* value); Flag::Error G1MaxNewSizePercentConstraintFunc(bool verbose, uintx* value); #endif // INCLUDE_ALL_GCS Flag::Error CMSOldPLABMinConstraintFunc(bool verbose, size_t* value); Flag::Error CMSOldPLABMaxConstraintFunc(bool verbose, size_t* value); Flag::Error CMSPrecleanDenominatorConstraintFunc(bool verbose, uintx* value); Flag::Error CMSPrecleanNumeratorConstraintFunc(bool verbose, uintx* value); Flag::Error SurvivorAlignmentInBytesConstraintFunc(bool verbose, intx* value);

src/share/vm/runtime/commandLineFlagConstraintsGC.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File