8046715: Add a way to verify an extended set of command line options

Added arguments_ext.cpp to make place for initialization of extended features

Reviewed-by: sla, mgronlun
This commit is contained in:
Jesper Wilhelmsson 2014-06-12 20:15:51 +02:00
parent e5749d72fd
commit 17dd5faf6d
3 changed files with 33 additions and 0 deletions

View file

@ -462,6 +462,7 @@ class Arguments : AllStatic {
static void check_deprecated_gc_flags();
// Check consistency 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