src/share/vm/runtime/arguments.hpp

changeset 2099
f8c5d1bdaad4
parent 1907
c18cbe5936b8
child 2138
d5d065957597
     1.1 --- a/src/share/vm/runtime/arguments.hpp	Fri Aug 13 07:33:20 2010 -0700
     1.2 +++ b/src/share/vm/runtime/arguments.hpp	Thu Aug 19 14:23:59 2010 -0400
     1.3 @@ -338,6 +338,7 @@
     1.4    }
     1.5    static bool verify_interval(uintx val, uintx min,
     1.6                                uintx max, const char* name);
     1.7 +  static bool verify_min_value(intx val, intx min, const char* name);
     1.8    static bool verify_percentage(uintx value, const char* name);
     1.9    static void describe_range_error(ArgsRange errcode);
    1.10    static ArgsRange check_memory_size(julong size, julong min_size);
    1.11 @@ -400,6 +401,8 @@
    1.12    static bool check_gc_consistency();
    1.13    // Check consistecy or otherwise of VM argument settings
    1.14    static bool check_vm_args_consistency();
    1.15 +  // Check stack pages settings
    1.16 +  static bool check_stack_pages();
    1.17    // Used by os_solaris
    1.18    static bool process_settings_file(const char* file_name, bool should_exist, jboolean ignore_unrecognized);
    1.19  

mercurial