src/share/vm/runtime/arguments.hpp

changeset 4296
53715fb1597d
parent 4153
b9a9ed0f8eeb
child 4388
e0ab18eafbde
     1.1 --- a/src/share/vm/runtime/arguments.hpp	Fri Nov 16 09:43:43 2012 -0800
     1.2 +++ b/src/share/vm/runtime/arguments.hpp	Tue Nov 20 11:40:11 2012 +0100
     1.3 @@ -409,6 +409,8 @@
     1.4   public:
     1.5    // Parses the arguments
     1.6    static jint parse(const JavaVMInitArgs* args);
     1.7 +  // Adjusts the arguments after the OS have adjusted the arguments
     1.8 +  static jint adjust_after_os();
     1.9    // Check for consistency in the selection of the garbage collector.
    1.10    static bool check_gc_consistency();
    1.11    // Check consistecy or otherwise of VM argument settings

mercurial