hotspot/src/share/vm/runtime/arguments.hpp
changeset 29697 92501504191b
parent 29696 01571dfab5be
child 30201 cfe623bb3f9c
--- a/hotspot/src/share/vm/runtime/arguments.hpp	Mon Mar 02 11:08:09 2015 +0100
+++ b/hotspot/src/share/vm/runtime/arguments.hpp	Tue Mar 03 18:01:27 2015 +0100
@@ -530,8 +530,8 @@
   static bool has_profile()                 { return _has_profile; }
 
   // -Xms
-  static uintx min_heap_size()              { return _min_heap_size; }
-  static void  set_min_heap_size(uintx v)   { _min_heap_size = v;  }
+  static size_t min_heap_size()             { return _min_heap_size; }
+  static void  set_min_heap_size(size_t v)  { _min_heap_size = v;  }
 
   // Returns the original values of -XX:MinHeapFreeRatio and -XX:MaxHeapFreeRatio
   static uintx min_heap_free_ratio()        { return _min_heap_free_ratio; }