comparison src/share/vm/memory/compactingPermGenGen.hpp @ 271:818a18cd69a8

6730514: assertion failure in mangling code when expanding by 0 bytes Summary: An expansion by 0 bytes was not anticipated when the assertion was composed. Reviewed-by: jjh, jcoomes, apetrusenko
author jmasa
date Wed, 30 Jul 2008 11:54:00 -0700
parents a61af66fc99e
children 5251a9cd8eb8
comparison
equal deleted inserted replaced
269:850fdf70db2b 271:818a18cd69a8
182 void younger_refs_iterate(OopsInGenClosure* blk); 182 void younger_refs_iterate(OopsInGenClosure* blk);
183 void compact(); 183 void compact();
184 void post_compact(); 184 void post_compact();
185 size_t contiguous_available() const; 185 size_t contiguous_available() const;
186 bool grow_by(size_t bytes); 186 bool grow_by(size_t bytes);
187 void grow_to_reserved(); 187 virtual bool grow_to_reserved();
188 188
189 void clear_remembered_set(); 189 void clear_remembered_set();
190 void invalidate_remembered_set(); 190 void invalidate_remembered_set();
191 191
192 inline bool block_is_obj(const HeapWord* addr) const { 192 inline bool block_is_obj(const HeapWord* addr) const {