comparison 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
comparison
equal deleted inserted replaced
20236:6e1f418b39c3 20237:99dbb9cd9521
459 static bool check_gc_consistency(); 459 static bool check_gc_consistency();
460 static void check_deprecated_gcs(); 460 static void check_deprecated_gcs();
461 static void check_deprecated_gc_flags(); 461 static void check_deprecated_gc_flags();
462 // Check consistecy or otherwise of VM argument settings 462 // Check consistecy or otherwise of VM argument settings
463 static bool check_vm_args_consistency(); 463 static bool check_vm_args_consistency();
464 static bool check_vm_args_consistency_ext();
464 // Check stack pages settings 465 // Check stack pages settings
465 static bool check_stack_pages(); 466 static bool check_stack_pages();
466 // Used by os_solaris 467 // Used by os_solaris
467 static bool process_settings_file(const char* file_name, bool should_exist, jboolean ignore_unrecognized); 468 static bool process_settings_file(const char* file_name, bool should_exist, jboolean ignore_unrecognized);
468 469