changeset 2131 | 98f9cef66a34 |
parent 670 | ddf3e9583f2f |
child 5547 | f4b087cbb361 |
--- a/hotspot/src/share/vm/memory/permGen.hpp Fri Feb 27 08:34:19 2009 -0800 +++ b/hotspot/src/share/vm/memory/permGen.hpp Fri Feb 27 13:27:09 2009 -0800 @@ -36,7 +36,7 @@ friend class VMStructs; protected: size_t _capacity_expansion_limit; // maximum expansion allowed without a - // full gc occuring + // full gc occurring HeapWord* mem_allocate_in_gen(size_t size, Generation* gen);