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

src/share/vm/runtime/commandLineFlagConstraintsGC.hpp

Print this page

        

*** 27,37 **** #include "runtime/globals.hpp" #include "utilities/globalDefinitions.hpp" /* ! * Here we have runtime 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); --- 27,37 ---- #include "runtime/globals.hpp" #include "utilities/globalDefinitions.hpp" /* ! * 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 **** 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); --- 47,56 ----
src/share/vm/runtime/commandLineFlagConstraintsGC.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File