hotspot/src/share/vm/runtime/thread.cpp
changeset 32366 4b6a0ffabffe
parent 31995 aa4049b4184a
child 33097 96e348cb0442
child 33160 c59f1676d27e
--- a/hotspot/src/share/vm/runtime/thread.cpp	Sun Aug 16 09:33:52 2015 -0500
+++ b/hotspot/src/share/vm/runtime/thread.cpp	Mon Aug 17 13:55:02 2015 +0200
@@ -3331,7 +3331,6 @@
 
   // Final check of all 'AfterErgo' constraints after ergonomics which may change values.
   bool constraint_result = CommandLineFlagConstraintList::check_constraints(CommandLineFlagConstraint::AfterErgo);
-  Arguments::post_after_ergo_constraint_check(constraint_result);
   if (!constraint_result) {
     return JNI_EINVAL;
   }