hotspot/src/share/vm/runtime/arguments.hpp
changeset 25074 3d34c5f43a42
parent 24440 7c472e3e3c57
child 25468 5331df506290
equal deleted inserted replaced
25072:44b2042a8aba 25074:3d34c5f43a42
   460   static bool check_gc_consistency();
   460   static bool check_gc_consistency();
   461   static void check_deprecated_gcs();
   461   static void check_deprecated_gcs();
   462   static void check_deprecated_gc_flags();
   462   static void check_deprecated_gc_flags();
   463   // Check consistency or otherwise of VM argument settings
   463   // Check consistency or otherwise of VM argument settings
   464   static bool check_vm_args_consistency();
   464   static bool check_vm_args_consistency();
       
   465   static bool check_vm_args_consistency_ext();
   465   // Check stack pages settings
   466   // Check stack pages settings
   466   static bool check_stack_pages();
   467   static bool check_stack_pages();
   467   // Used by os_solaris
   468   // Used by os_solaris
   468   static bool process_settings_file(const char* file_name, bool should_exist, jboolean ignore_unrecognized);
   469   static bool process_settings_file(const char* file_name, bool should_exist, jboolean ignore_unrecognized);
   469 
   470