diff src/share/vm/runtime/arguments.hpp @ 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 78bbf4d43a14
children f933a15469d4 6e0cb14ce59b
line wrap: on
line diff
--- a/src/share/vm/runtime/arguments.hpp	Sun May 11 16:35:43 2014 -0700
+++ b/src/share/vm/runtime/arguments.hpp	Mon Jul 28 20:47:56 2014 +0200
@@ -461,6 +461,7 @@
   static void check_deprecated_gc_flags();
   // Check consistecy or otherwise of VM argument settings
   static bool check_vm_args_consistency();
+  static bool check_vm_args_consistency_ext();
   // Check stack pages settings
   static bool check_stack_pages();
   // Used by os_solaris