hotspot/src/share/vm/runtime/commandLineFlagConstraintList.hpp
changeset 33144 c56850e328fc
parent 32613 73bec9f941d7
child 33222 e0a340f4ab6e
equal deleted inserted replaced
33143:2083f82acec8 33144:c56850e328fc
    52 public:
    52 public:
    53   // During VM initialization, constraint validation will be done order of ConstraintType.
    53   // During VM initialization, constraint validation will be done order of ConstraintType.
    54   enum ConstraintType {
    54   enum ConstraintType {
    55     // Will be validated during argument processing (Arguments::parse_argument).
    55     // Will be validated during argument processing (Arguments::parse_argument).
    56     AtParse         = 0,
    56     AtParse         = 0,
    57     // Will be validated by CommandLineFlags::check_constraints_of_after_ergo().
    57     // Will be validated by CommandLineFlagConstraintList::check_constraints(AfterErgo).
    58     AfterErgo      = 1,
    58     AfterErgo       = 1,
    59     // Will be validated by CommandLineFlags::check_constraints_of_after_memory_init().
    59     // Will be validated by CommandLineFlagConstraintList::check_constraints(AfterMemoryInit).
    60     AfterMemoryInit = 2
    60     AfterMemoryInit = 2
    61   };
    61   };
    62 
    62 
    63 private:
    63 private:
    64   const char* _name;
    64   const char* _name;