hotspot/src/share/vm/runtime/arguments.hpp
changeset 14580 3e2316663327
parent 13963 e5b53c306fb5
child 15092 9228d92ed521
--- a/hotspot/src/share/vm/runtime/arguments.hpp	Fri Nov 16 09:43:43 2012 -0800
+++ b/hotspot/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