--- old/src/share/vm/runtime/arguments.hpp 2014-01-15 01:42:20.000000000 +0100 +++ new/src/share/vm/runtime/arguments.hpp 2014-01-15 01:42:20.000000000 +0100 @@ -444,7 +444,7 @@ static bool check_gc_consistency(); static void check_deprecated_gcs(); static void check_deprecated_gc_flags(); - // Check consistecy or otherwise of VM argument settings + // Check consistency or otherwise of VM argument settings static bool check_vm_args_consistency(); // Check stack pages settings static bool check_stack_pages(); @@ -494,7 +494,7 @@ // -Xprof static bool has_profile() { return _has_profile; } - // -Xms, -Xmx + // -Xms static uintx min_heap_size() { return _min_heap_size; } static void set_min_heap_size(uintx v) { _min_heap_size = v; }