diff src/share/vm/runtime/arguments.hpp @ 7182:c24f778e9401

Merge
author johnc
date Thu, 29 Nov 2012 11:23:15 -0800
parents 53715fb1597d
children 291ffc492eb6 e0ab18eafbde
line wrap: on
line diff
--- a/src/share/vm/runtime/arguments.hpp	Wed Nov 28 17:50:21 2012 -0500
+++ b/src/share/vm/runtime/arguments.hpp	Thu Nov 29 11:23:15 2012 -0800
@@ -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