hotspot/src/share/vm/runtime/commandLineFlagConstraintsGC.hpp
changeset 31995 aa4049b4184a
parent 31371 311143309e73
child 32351 1da9b960b3d4
equal deleted inserted replaced
31994:3721b7aa3a0d 31995:aa4049b4184a
    32  * Here we have GC arguments constraints functions, which are called automatically
    32  * Here we have GC arguments constraints functions, which are called automatically
    33  * whenever flag's value changes. If the constraint fails the function should return
    33  * whenever flag's value changes. If the constraint fails the function should return
    34  * an appropriate error value.
    34  * an appropriate error value.
    35  */
    35  */
    36 
    36 
       
    37 Flag::Error YoungPLABSizeConstraintFunc(bool verbose, size_t* value);
       
    38 
    37 Flag::Error MinHeapFreeRatioConstraintFunc(bool verbose, uintx* value);
    39 Flag::Error MinHeapFreeRatioConstraintFunc(bool verbose, uintx* value);
    38 Flag::Error MaxHeapFreeRatioConstraintFunc(bool verbose, uintx* value);
    40 Flag::Error MaxHeapFreeRatioConstraintFunc(bool verbose, uintx* value);
    39 
    41 
    40 Flag::Error MinMetaspaceFreeRatioConstraintFunc(bool verbose, uintx* value);
    42 Flag::Error MinMetaspaceFreeRatioConstraintFunc(bool verbose, uintx* value);
    41 Flag::Error MaxMetaspaceFreeRatioConstraintFunc(bool verbose, uintx* value);
    43 Flag::Error MaxMetaspaceFreeRatioConstraintFunc(bool verbose, uintx* value);