aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/runtime/arguments.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/runtime/arguments.hpp')
-rw-r--r--src/share/vm/runtime/arguments.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/share/vm/runtime/arguments.hpp b/src/share/vm/runtime/arguments.hpp
index 1dbb5eb22..5e0f00944 100644
--- a/src/share/vm/runtime/arguments.hpp
+++ b/src/share/vm/runtime/arguments.hpp
@@ -409,6 +409,8 @@ class Arguments : AllStatic {
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