--- old/src/share/vm/memory/heap.hpp 2014-01-15 01:42:01.000000000 +0100 +++ new/src/share/vm/memory/heap.hpp 2014-01-15 01:42:00.000000000 +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