< prev index next >

src/share/vm/runtime/commandLineFlagConstraintList.hpp

Print this page

        

*** 52,64 **** public: // During VM initialization, constraint validation will be done order of ConstraintType. enum ConstraintType { // Will be validated during argument processing (Arguments::parse_argument). AtParse = 0, ! // Will be validated by CommandLineFlags::check_constraints_of_after_ergo(). AfterErgo = 1, ! // Will be validated by CommandLineFlags::check_constraints_of_after_memory_init(). AfterMemoryInit = 2 }; private: const char* _name; --- 52,64 ---- public: // During VM initialization, constraint validation will be done order of ConstraintType. enum ConstraintType { // Will be validated during argument processing (Arguments::parse_argument). AtParse = 0, ! // Will be validated by CommandLineFlagConstraintList::check_constraints(AfterErgo). AfterErgo = 1, ! // Will be validated by CommandLineFlagConstraintList::check_constraints(AfterMemoryInit). AfterMemoryInit = 2 }; private: const char* _name;
< prev index next >