mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
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:
parent
e5749d72fd
commit
17dd5faf6d
3 changed files with 33 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue