< prev index next >

src/share/vm/runtime/commandLineFlagConstraintsGC.hpp

Print this page

        

*** 32,41 **** --- 32,43 ---- * 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 YoungPLABSizeConstraintFunc(bool verbose, size_t* value); + Flag::Error MinHeapFreeRatioConstraintFunc(bool verbose, uintx* value); Flag::Error MaxHeapFreeRatioConstraintFunc(bool verbose, uintx* value); Flag::Error MinMetaspaceFreeRatioConstraintFunc(bool verbose, uintx* value); Flag::Error MaxMetaspaceFreeRatioConstraintFunc(bool verbose, uintx* value);
< prev index next >