src/share/vm/runtime/arguments.hpp

changeset 4734
209f8ba5020b
parent 4492
8b46b0196eb0
child 4741
eac371996b44
equal deleted inserted replaced
4733:9def4075da6d 4734: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

mercurial