--- old/src/share/vm/runtime/arguments.hpp 2013-09-30 21:36:17.000000000 +0200 +++ new/src/share/vm/runtime/arguments.hpp 2013-09-30 21:36:17.000000000 +0200 @@ -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; }