comparison src/share/vm/runtime/arguments.hpp @ 8734:209f8ba5020b

8008368: Deprecate MaxGCMinorPauseMillis Summary: Deprecate MaxGCMinorPauseMillis and emit a warning if set by users Reviewed-by: brutisso, johnc Contributed-by: tamao <tao.mao@oracle.com>
author tamao
date Thu, 07 Mar 2013 10:44:04 -0800
parents 8b46b0196eb0
children eac371996b44
comparison
equal deleted inserted replaced
8733:9def4075da6d 8734:209f8ba5020b
412 // Adjusts the arguments after the OS have adjusted the arguments 412 // Adjusts the arguments after the OS have adjusted the arguments
413 static jint adjust_after_os(); 413 static jint adjust_after_os();
414 // Check for consistency in the selection of the garbage collector. 414 // Check for consistency in the selection of the garbage collector.
415 static bool check_gc_consistency(); 415 static bool check_gc_consistency();
416 static void check_deprecated_gcs(); 416 static void check_deprecated_gcs();
417 static void check_deprecated_gc_flags();
417 // Check consistecy or otherwise of VM argument settings 418 // Check consistecy or otherwise of VM argument settings
418 static bool check_vm_args_consistency(); 419 static bool check_vm_args_consistency();
419 // Check stack pages settings 420 // Check stack pages settings
420 static bool check_stack_pages(); 421 static bool check_stack_pages();
421 // Used by os_solaris 422 // Used by os_solaris