--- old/src/share/vm/runtime/arguments.cpp 2014-07-28 20:10:18.000000000 +0200 +++ new/src/share/vm/runtime/arguments.cpp 2014-07-28 20:10:18.000000000 +0200 @@ -2387,6 +2387,8 @@ warning("The VM option CICompilerCountPerCPU overrides CICompilerCount."); } + status &= check_vm_args_consistency_ext(); + return status; }