comparison src/share/vm/memory/compactingPermGenGen.hpp @ 291:5251a9cd8eb8 jdk7-b34

6742207: jdk7 32-bit windows build failed running pack200 Summary: 6730514 inadvertently disabled perm gen expansion; reenable Reviewed-by: ysr
author jcoomes
date Wed, 27 Aug 2008 15:41:58 -0700
parents 818a18cd69a8
children 9ee9cf798b59 52e32c8b317e
comparison
equal deleted inserted replaced
290:9f7cf8db35b8 291:5251a9cd8eb8
181 void print_on(outputStream* st) const; 181 void print_on(outputStream* st) const;
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);
187 virtual bool grow_to_reserved();
188 186
189 void clear_remembered_set(); 187 void clear_remembered_set();
190 void invalidate_remembered_set(); 188 void invalidate_remembered_set();
191 189
192 inline bool block_is_obj(const HeapWord* addr) const { 190 inline bool block_is_obj(const HeapWord* addr) const {