hotspot/src/share/vm/memory/heap.hpp
changeset 22551 9bf46d16dcc6
parent 22234 da823d78ad65
child 23214 b6426873cb37
--- a/hotspot/src/share/vm/memory/heap.hpp	Tue Jan 14 16:40:33 2014 +0100
+++ b/hotspot/src/share/vm/memory/heap.hpp	Thu Jan 23 14:47:23 2014 +0100
@@ -127,8 +127,8 @@
   // Heap extents
   bool  reserve(size_t reserved_size, size_t committed_size, size_t segment_size);
   void  release();                               // releases all allocated memory
-  bool  expand_by(size_t size);                  // expands commited memory by size
-  void  shrink_by(size_t size);                  // shrinks commited memory by size
+  bool  expand_by(size_t size);                  // expands committed memory by size
+  void  shrink_by(size_t size);                  // shrinks committed memory by size
   void  clear();                                 // clears all heap contents
 
   // Memory allocation