hotspot/src/share/vm/runtime/arguments.cpp
changeset 31995 aa4049b4184a
parent 31963 641ed52732ec
child 31996 6c23ab90cbaa
--- a/hotspot/src/share/vm/runtime/arguments.cpp	Mon Jul 27 14:05:55 2015 -0400
+++ b/hotspot/src/share/vm/runtime/arguments.cpp	Mon Jul 27 13:56:26 2015 -0700
@@ -4010,10 +4010,10 @@
   return JNI_OK;
 }
 
-// Any custom code post the final range and constraint check
+// Any custom code post the 'CommandLineFlagConstraint::AfterErgo' constraint check
 // can be done here. We pass a flag that specifies whether
 // the check passed successfully
-void Arguments::post_final_range_and_constraint_check(bool check_passed) {
+void Arguments::post_after_ergo_constraint_check(bool check_passed) {
   // This does not set the flag itself, but stores the value in a safe place for later usage.
   _min_heap_free_ratio = MinHeapFreeRatio;
   _max_heap_free_ratio = MaxHeapFreeRatio;