hotspot/src/share/vm/runtime/arguments.cpp
changeset 25074 3d34c5f43a42
parent 24956 208e807ef3b0
child 25076 7b684cdb7411
--- a/hotspot/src/share/vm/runtime/arguments.cpp	Fri Jun 13 17:07:39 2014 -0400
+++ b/hotspot/src/share/vm/runtime/arguments.cpp	Thu Jun 12 20:15:51 2014 +0200
@@ -2455,6 +2455,8 @@
     warning("The VM option CICompilerCountPerCPU overrides CICompilerCount.");
   }
 
+  status &= check_vm_args_consistency_ext();
+
   return status;
 }