comparison src/share/vm/runtime/arguments.hpp @ 7177:53715fb1597d

7198334: UseNUMA modifies system parameters on non-NUMA system Summary: The flags MinHeapDeltaBytes and UseNUMAInterleaving must be adjusted after the OS have adjusted the UseNUMA flag in the method os::init_2. Reviewed-by: dholmes, brutisso Contributed-by: erik.helin@oracle.com
author brutisso
date Tue, 20 Nov 2012 11:40:11 +0100
parents b9a9ed0f8eeb
children 291ffc492eb6 e0ab18eafbde
comparison
equal deleted inserted replaced
7165:e1d42ba865de 7177:53715fb1597d
407 static char* SharedArchivePath; 407 static char* SharedArchivePath;
408 408
409 public: 409 public:
410 // Parses the arguments 410 // Parses the arguments
411 static jint parse(const JavaVMInitArgs* args); 411 static jint parse(const JavaVMInitArgs* args);
412 // Adjusts the arguments after the OS have adjusted the arguments
413 static jint adjust_after_os();
412 // Check for consistency in the selection of the garbage collector. 414 // Check for consistency in the selection of the garbage collector.
413 static bool check_gc_consistency(); 415 static bool check_gc_consistency();
414 // Check consistecy or otherwise of VM argument settings 416 // Check consistecy or otherwise of VM argument settings
415 static bool check_vm_args_consistency(); 417 static bool check_vm_args_consistency();
416 // Check stack pages settings 418 // Check stack pages settings