diff 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
line wrap: on
line diff
--- a/src/share/vm/runtime/arguments.hpp	Fri Nov 16 09:43:43 2012 -0800
+++ b/src/share/vm/runtime/arguments.hpp	Tue Nov 20 11:40:11 2012 +0100
@@ -409,6 +409,8 @@
  public:
   // Parses the arguments
   static jint parse(const JavaVMInitArgs* args);
+  // Adjusts the arguments after the OS have adjusted the arguments
+  static jint adjust_after_os();
   // Check for consistency in the selection of the garbage collector.
   static bool check_gc_consistency();
   // Check consistecy or otherwise of VM argument settings