< prev index next >

src/share/vm/runtime/commandLineFlagConstraintList.hpp

Print this page
rev 8851 : [mq]: webrev.00

@@ -52,13 +52,13 @@
 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().
+    // Will be validated by CommandLineFlagConstraintList::check_constraints(AfterErgo).
     AfterErgo      = 1,
-    // Will be validated by CommandLineFlags::check_constraints_of_after_memory_init().
+    // Will be validated by CommandLineFlagConstraintList::check_constraints(AfterMemoryInit).
     AfterMemoryInit = 2
   };
 
 private:
   const char* _name;
< prev index next >