diff src/share/vm/runtime/arguments.cpp @ 20237:99dbb9cd9521

8046715: Add a way to verify an extended set of command line options Summary: Added arguments_ext.cpp to make place for initialization of extended features Reviewed-by: sla, mgronlun
author jwilhelm
date Mon, 28 Jul 2014 20:47:56 +0200
parents d15367d92f0d
children bcd72ab4d91f
line wrap: on
line diff
--- a/src/share/vm/runtime/arguments.cpp	Sun May 11 16:35:43 2014 -0700
+++ b/src/share/vm/runtime/arguments.cpp	Mon Jul 28 20:47:56 2014 +0200
@@ -2387,6 +2387,8 @@
     warning("The VM option CICompilerCountPerCPU overrides CICompilerCount.");
   }
 
+  status &= check_vm_args_consistency_ext();
+
   return status;
 }